mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Fix Intello SVG routes + rename svg files
This commit is contained in:
+4
-4
@@ -3956,12 +3956,12 @@ export const svgs: iSVG[] = [
|
|||||||
title: "Intello",
|
title: "Intello",
|
||||||
category: "Platform",
|
category: "Platform",
|
||||||
route: {
|
route: {
|
||||||
light: "/library/intello-light.svg",
|
light: "/library/intello-dark.svg",
|
||||||
dark: "/library/intello-dark.svg",
|
dark: "/library/intello-light.svg",
|
||||||
},
|
},
|
||||||
wordmark: {
|
wordmark: {
|
||||||
light: "/library/intello-wordmark-light.svg",
|
light: "/library/intello_wordmark_dark.svg",
|
||||||
dark: "/library/intello-wordmark-dark.svg",
|
dark: "/library/intello_wordmark_light.svg",
|
||||||
},
|
},
|
||||||
url: "https://intelloai.com/",
|
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 |
Reference in New Issue
Block a user