From 49f860f25f3026ab87e8e27a8ccb66c461478fc0 Mon Sep 17 00:00:00 2001 From: pheralb Date: Wed, 24 Sep 2025 16:47:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20Fix=20Intello=20SVG=20r?= =?UTF-8?q?outes=20+=20rename=20svg=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 8 ++++---- ...ntello-wordmark-dark.svg => intello_wordmark_dark.svg} | 0 ...ello-wordmark-light.svg => intello_wordmark_light.svg} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename static/library/{intello-wordmark-dark.svg => intello_wordmark_dark.svg} (100%) rename static/library/{Intello-wordmark-light.svg => intello_wordmark_light.svg} (100%) 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