From 52cff9419bbabe8c576f276ab29b67473663b0f1 Mon Sep 17 00:00:00 2001 From: pheralb Date: Fri, 3 May 2024 11:33:08 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Update=20``dub``=20svgs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/svgs.ts | 20 +++++++++++++------- static/library/dub_dark_logo.svg | 1 + static/library/dub_dark_wordmark.svg | 3 +++ static/library/dub_light_wordmark.svg | 3 +++ 4 files changed, 20 insertions(+), 7 deletions(-) create mode 100644 static/library/dub_dark_logo.svg create mode 100644 static/library/dub_dark_wordmark.svg create mode 100644 static/library/dub_light_wordmark.svg diff --git a/src/data/svgs.ts b/src/data/svgs.ts index a0251b2..512537d 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -1561,13 +1561,6 @@ export const svgs: iSVG[] = [ route: '/library/hoppscotch.svg', url: 'https://hoppscotch.com' }, - { - title: 'Dub', - category: 'Software', - route: '/library/dub.svg', - wordmark: '/library/dub-wordmark.svg', - url: 'https://dub.co' - }, { title: 'Opera', category: 'Browser', @@ -2657,5 +2650,18 @@ export const svgs: iSVG[] = [ category: 'AI', route: '/library/poper.svg', url: 'https://www.poper.ai' + }, + { + title: 'Dub', + category: 'Software', + route: { + light: '/library/dub.svg', + dark: '/library/dub_dark_logo.svg' + }, + wordmark: { + light: '/library/dub_light_wordmark.svg', + dark: '/library/dub_dark_wordmark.svg' + }, + url: 'https://dub.co' } ]; diff --git a/static/library/dub_dark_logo.svg b/static/library/dub_dark_logo.svg new file mode 100644 index 0000000..be95d20 --- /dev/null +++ b/static/library/dub_dark_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/dub_dark_wordmark.svg b/static/library/dub_dark_wordmark.svg new file mode 100644 index 0000000..4a460e5 --- /dev/null +++ b/static/library/dub_dark_wordmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/static/library/dub_light_wordmark.svg b/static/library/dub_light_wordmark.svg new file mode 100644 index 0000000..5ff48d4 --- /dev/null +++ b/static/library/dub_light_wordmark.svg @@ -0,0 +1,3 @@ + + +