mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Added light and dark variants for Github
This commit is contained in:
+4
-1
@@ -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/'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user