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 @@ + + +