diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index d6f4549..694dc64 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -2324,7 +2324,14 @@ export const svgs: iSVG[] = [
{
title: 'Sanity',
category: 'CMS',
- route: '/library/sanity.svg',
+ 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