feat: Add nginx SVG and remix wordmark assets

This commit is contained in:
Al-Amin Firdows
2025-04-28 14:39:34 +06:00
parent 9c6918c179
commit c05d962964
3 changed files with 54 additions and 1 deletions
+13 -1
View File
@@ -194,6 +194,13 @@ export const svgs: iSVG[] = [
url: 'https://vuetifyjs.com/',
brandUrl: 'https://vuetifyjs.com/en/resources/brand-kit/'
},
{
title: 'nginx',
category: 'Software',
route: '/library/nginx.svg',
url: 'https://nginx.org/',
brandUrl: 'https://nuxt.com/design-kit'
},
{
title: 'Nuxt',
category: 'Framework',
@@ -2442,7 +2449,12 @@ export const svgs: iSVG[] = [
light: '/library/remix_light.svg',
dark: '/library/remix_dark.svg'
},
url: 'https://remix.run/'
wordmark: {
light: "/library/remix_wordmark_light.svg",
dark: "/library/remix_wordmark_dark.svg"
},
url: 'https://remix.run/',
brandUrl: 'https://remix.run/brand'
},
{
title: 'Steam',