Skip to content

Commit

Permalink
Merge pull request #469 from atleugim/logo/nuqs
Browse files Browse the repository at this point in the history
📦 Add nuqs SVG and wordmark for light/dark modes
  • Loading branch information
pheralb authored Nov 24, 2024
2 parents 47701d9 + b52f6f2 commit d3db126
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3049,6 +3049,19 @@ export const svgs: iSVG[] = [
},
url: 'https://polar.sh/'
},
{
title: 'nuqs',
category: 'Library',
route: {
light: '/library/nuqs.svg',
dark: '/library/nuqs_dark.svg'
},
wordmark: {
light: '/library/nuqs-wordmark.svg',
dark: '/library/nuqs-wordmark_dark.svg'
},
url: 'https://nuqs.47ng.com/'
},
{
title: 'SoundCloud',
category: 'Entertainment',
Expand Down
1 change: 1 addition & 0 deletions static/library/nuqs-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/nuqs-wordmark_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/nuqs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/nuqs_dark.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 d3db126

Please sign in to comment.