mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge pull request #634 from alaminfirdows/remix
feat: Add remix wordmark and brand url
This commit is contained in:
+6
-1
@@ -2442,7 +2442,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