Skip to content

Commit

Permalink
馃殌 Update dub svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed May 3, 2024
1 parent 07e588c commit 52cff94
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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'
}
];
1 change: 1 addition & 0 deletions static/library/dub_dark_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/library/dub_dark_wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/library/dub_light_wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 52cff94

Please sign in to comment.