Added light and dark variants for Github

This commit is contained in:
Aidan Bleser
2024-07-16 13:40:00 -05:00
parent 0e8614bfd0
commit 651927a7b5
5 changed files with 2767 additions and 3377 deletions
+4 -1
View File
@@ -121,7 +121,10 @@ export const svgs: iSVG[] = [
{
title: 'Github',
category: 'Software',
route: '/library/github.svg',
route: {
light: '/library/github-light.svg',
dark: '/library/github-dark.svg'
},
url: 'https://github.com/'
},
{