mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
Merge branch 'main' into main
This commit is contained in:
+19
-7
@@ -2,13 +2,10 @@ import type { iSVG } from '../types/svg';
|
||||
|
||||
export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'Designali',
|
||||
category: ['Software', 'Design'],
|
||||
route: {
|
||||
light: '/library/designali.svg',
|
||||
dark: '/library/designali-dark.svg'
|
||||
},
|
||||
url: 'https://designali.in'
|
||||
title: 'daisyUI',
|
||||
category: 'Library',
|
||||
route: '/library/daisyui.svg',
|
||||
url: 'https://daisyui.com/'
|
||||
},
|
||||
{
|
||||
title: 'PayPal',
|
||||
@@ -3178,6 +3175,12 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
url: 'https://posthog.com/'
|
||||
},
|
||||
{
|
||||
title: 'PowerToys',
|
||||
category: 'Software',
|
||||
route: '/library/powertoys.svg',
|
||||
url: 'https://learn.microsoft.com/en-us/windows/powertoys/'
|
||||
},
|
||||
{
|
||||
title: 'Lottielab',
|
||||
category: 'Design',
|
||||
@@ -3395,5 +3398,14 @@ export const svgs: iSVG[] = [
|
||||
category: 'Library',
|
||||
route: '/library/webcomponents.svg',
|
||||
url: 'https://www.webcomponents.org/'
|
||||
},
|
||||
{
|
||||
title: 'Designali',
|
||||
category: ['Software', 'Design'],
|
||||
route: {
|
||||
light: '/library/designali.svg',
|
||||
dark: '/library/designali-dark.svg'
|
||||
},
|
||||
url: 'https://designali.in'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user