mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: Add nginx SVG and remix wordmark assets
This commit is contained in:
+13
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user