diff --git a/src/data/svgs.ts b/src/data/svgs.ts index ad1d0ea..d1829e1 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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", + }, ]; diff --git a/static/library/sanity-dark.svg b/static/library/sanity-dark.svg new file mode 100644 index 0000000..b537bb3 --- /dev/null +++ b/static/library/sanity-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/sanity-light.svg b/static/library/sanity-light.svg new file mode 100644 index 0000000..e9cf999 --- /dev/null +++ b/static/library/sanity-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/sanity-wordmark-dark.svg b/static/library/sanity-wordmark-dark.svg new file mode 100644 index 0000000..ecf982e --- /dev/null +++ b/static/library/sanity-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/sanity-wordmark-light.svg b/static/library/sanity-wordmark-light.svg new file mode 100644 index 0000000..98ee925 --- /dev/null +++ b/static/library/sanity-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/sanity.svg b/static/library/sanity.svg deleted file mode 100644 index 71cbf2f..0000000 --- a/static/library/sanity.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file