🛠️ Merge branch 'main' of github.com:pheralb/svgl into dev

This commit is contained in:
pheralb
2025-09-24 16:43:39 +01:00
10 changed files with 78 additions and 2 deletions
+39 -2
View File
@@ -109,7 +109,6 @@ export const svgs: iSVG[] = [
},
url: "https://milanote.com",
},
{
title: "Together AI",
category: "AI",
@@ -3705,6 +3704,12 @@ export const svgs: iSVG[] = [
route: "/library/firebase-studio.svg",
url: "https://firebase.studio/",
},
{
title: "Dingocoin",
category: "Crypto",
route: "/library/dingocoin.svg",
url: "https://dingocoin.com/",
},
{
title: "HeroUI",
category: "Library",
@@ -3937,9 +3942,41 @@ export const svgs: iSVG[] = [
route: "/library/googleMaps.svg",
url: "https://www.google.com/maps/",
},
{
title: "WebGL",
category: "Library",
route: {
light: "/library/webgl.svg",
dark: "/library/webgl_dark.svg",
},
url: "https://www.khronos.org/webgl/",
brandUrl: "https://www.khronos.org/legal/trademarks/",
},
{
title: "Intello",
category: "Platform",
route: {
light: "/library/intello-light.svg",
dark: "/library/intello-dark.svg",
},
wordmark: {
light: "/library/intello-wordmark-light.svg",
dark: "/library/intello-wordmark-dark.svg",
},
url: "https://intelloai.com/",
},
{
title: "Kilo Code",
category: ["AI", "Devtool"],
route: {
light: "/library/kilocode-light.svg",
dark: "/library/kilocode-dark.svg",
},
url: "https://kilocode.ai/",
},
{
title: "Cursor",
category: ["Software", "AI"],
category: ["Software"],
route: {
light: "/library/cursor_light.svg",
dark: "/library/cursor_dark.svg",