📦 Add nuqs SVG and wordmark for light/dark modes

This commit is contained in:
Miguel Vega
2024-11-18 21:47:39 -05:00
parent afe5eec846
commit 446224874d
5 changed files with 17 additions and 0 deletions
+13
View File
@@ -3048,5 +3048,18 @@ export const svgs: iSVG[] = [
dark: '/library/polar-sh_dark.svg'
},
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/'
}
];