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

This commit is contained in:
pheralb
2025-09-05 09:11:45 +01:00
6 changed files with 17 additions and 7 deletions
+13 -6
View File
@@ -2323,12 +2323,6 @@ export const svgs: iSVG[] = [
url: "https://www.webflow.com",
brandUrl: "https://brand-at.webflow.io/resources",
},
{
title: "Sanity",
category: "CMS",
route: "/library/sanity.svg",
url: "https://www.sanity.io",
},
{
title: "sky",
category: "Entertainment",
@@ -3865,4 +3859,17 @@ export const svgs: iSVG[] = [
url: "https://ahrefs.com/",
brandUrl: "https://ahrefs.com/logo",
},
{
title: "Sanity",
category: "CMS",
route: {
dark: "/library/sanity-dark.svg",
light: "/library/sanity-light.svg",
},
wordmark: {
dark: "/library/sanity-wordmark-dark.svg",
light: "/library/sanity-wordmark-light.svg",
},
url: "https://www.sanity.io",
},
];