🚀 Update `dub` svgs

This commit is contained in:
pheralb
2024-05-03 11:33:08 +01:00
parent 07e588c3e4
commit 52cff9419b
4 changed files with 20 additions and 7 deletions
+13 -7
View File
@@ -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'
}
];