mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' of github.com:pheralb/svgl
This commit is contained in:
+12
-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',
|
||||
@@ -3253,6 +3258,12 @@ export const svgs: iSVG[] = [
|
||||
route: '/library/powertoys.svg',
|
||||
url: 'https://learn.microsoft.com/en-us/windows/powertoys/'
|
||||
},
|
||||
{
|
||||
title: 'PowerShell',
|
||||
category: 'Language',
|
||||
route: '/library/powershell.svg',
|
||||
url: 'https://learn.microsoft.com/en-us/powershell/'
|
||||
},
|
||||
{
|
||||
title: 'Lottielab',
|
||||
category: 'Design',
|
||||
|
||||
Reference in New Issue
Block a user