🛠️ Fix Intello SVG routes + rename svg files

This commit is contained in:
pheralb
2025-09-24 16:47:23 +01:00
parent b7d05a0a56
commit 49f860f25f
3 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -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/",
},

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB