mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🚀 Update `dub` svgs
This commit is contained in:
+13
-7
@@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user