mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Update `GitHub` typo + add wordmark SVGs
This commit is contained in:
+14
-10
@@ -156,16 +156,6 @@ export const svgs: iSVG[] = [
|
||||
wordmark: '/library/aliexpress-logo.svg',
|
||||
url: 'https://aliexpress.com/'
|
||||
},
|
||||
{
|
||||
title: 'Github',
|
||||
category: 'Software',
|
||||
route: {
|
||||
light: '/library/github-light.svg',
|
||||
dark: '/library/github-dark.svg'
|
||||
},
|
||||
url: 'https://github.com/',
|
||||
brandUrl: 'https://brand.github.com/'
|
||||
},
|
||||
{
|
||||
title: 'Preact',
|
||||
category: 'Library',
|
||||
@@ -3529,5 +3519,19 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/bmc.svg',
|
||||
brandUrl: 'https://buymeacoffee.com/brand',
|
||||
url: 'https://buymeacoffee.com/'
|
||||
},
|
||||
{
|
||||
title: 'GitHub',
|
||||
category: 'Software',
|
||||
route: {
|
||||
light: '/library/github_light.svg',
|
||||
dark: '/library/github_dark.svg'
|
||||
},
|
||||
wordmark: {
|
||||
light: '/library/github_wordmark_light.svg',
|
||||
dark: '/library/github_wordmark_dark.svg'
|
||||
},
|
||||
url: 'https://github.com/',
|
||||
brandUrl: 'https://brand.github.com/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user