mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🛠️ Merge branch 'main' of github.com:pheralb/svgl into dev
This commit is contained in:
+13
-6
@@ -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",
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user