diff --git a/src/data/svgs.ts b/src/data/svgs.ts
index 1e6a73e..45cf107 100644
--- a/src/data/svgs.ts
+++ b/src/data/svgs.ts
@@ -3010,7 +3010,10 @@ export const svgs: iSVG[] = [
{
title: 'Drizzle ORM',
category: ['Library', 'Database'],
- route: '/library/drizzle-orm.svg',
+ route: {
+ light: '/library/drizzle-orm_light.svg',
+ dark: '/library/drizzle-orm_dark.svg'
+ },
url: 'https://orm.drizzle.team/'
},
{
@@ -3022,16 +3025,28 @@ export const svgs: iSVG[] = [
},
url: 'https://daily.dev/'
},
+ {
+ title: 'Polars',
+ category: 'Library',
+ route: '/library/polars-logo.svg',
+ url: 'https://pola.rs/'
+ },
{
title: 'Zed',
category: 'Software',
- route: '/library/zed-logo.svg',
+ route: {
+ light: '/library/zed-logo.svg',
+ dark: '/library/zed-logo_dark.svg'
+ },
url: 'https://zed.dev/'
},
{
- title: 'Polars',
- category: 'Library',
- route: 'library/polars-logo.svg',
- url: 'https://pola.rs/'
+ title: 'Polar',
+ category: 'Software',
+ route: {
+ light: '/library/polar-sh_light.svg',
+ dark: '/library/polar-sh_dark.svg'
+ },
+ url: 'https://polar.sh/'
}
];
diff --git a/static/library/drizzle-orm.svg b/static/library/drizzle-orm.svg
deleted file mode 100644
index 05d25f1..0000000
--- a/static/library/drizzle-orm.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/library/drizzle-orm_dark.svg b/static/library/drizzle-orm_dark.svg
new file mode 100644
index 0000000..d9b8730
--- /dev/null
+++ b/static/library/drizzle-orm_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/drizzle-orm_light.svg b/static/library/drizzle-orm_light.svg
new file mode 100644
index 0000000..1d7ced1
--- /dev/null
+++ b/static/library/drizzle-orm_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/polar-sh_dark.svg b/static/library/polar-sh_dark.svg
new file mode 100644
index 0000000..b3b160a
--- /dev/null
+++ b/static/library/polar-sh_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/polar-sh_light.svg b/static/library/polar-sh_light.svg
new file mode 100644
index 0000000..94faf09
--- /dev/null
+++ b/static/library/polar-sh_light.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/static/library/zed-logo_dark.svg b/static/library/zed-logo_dark.svg
new file mode 100644
index 0000000..89df323
--- /dev/null
+++ b/static/library/zed-logo_dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file