Merge branch 'main' of github.com:pheralb/svgl

This commit is contained in:
pheralb
2025-04-29 09:44:42 +01:00
5 changed files with 65 additions and 11 deletions
+12 -1
View File
@@ -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',