diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 66c7803..b26f938 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -3956,12 +3956,12 @@ export const svgs: iSVG[] = [ title: "Intello", category: "Platform", route: { - light: "/library/intello-light.svg", - dark: "/library/intello-dark.svg", + light: "/library/intello-dark.svg", + dark: "/library/intello-light.svg", }, wordmark: { - light: "/library/intello-wordmark-light.svg", - dark: "/library/intello-wordmark-dark.svg", + light: "/library/intello_wordmark_dark.svg", + dark: "/library/intello_wordmark_light.svg", }, url: "https://intelloai.com/", }, diff --git a/static/library/intello-wordmark-dark.svg b/static/library/intello_wordmark_dark.svg similarity index 100% rename from static/library/intello-wordmark-dark.svg rename to static/library/intello_wordmark_dark.svg diff --git a/static/library/Intello-wordmark-light.svg b/static/library/intello_wordmark_light.svg similarity index 100% rename from static/library/Intello-wordmark-light.svg rename to static/library/intello_wordmark_light.svg