📦 Update `GitHub` typo + add wordmark SVGs

This commit is contained in:
pheralb
2025-04-08 17:36:23 +01:00
parent e04c603151
commit 17b548fd57
7 changed files with 92 additions and 32 deletions
+14 -10
View File
@@ -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/'
}
];