mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
🎨 Add light/dark mode for Layers
This commit is contained in:
+4
-1
@@ -2617,7 +2617,10 @@ export const svgs: iSVG[] = [
|
||||
{
|
||||
title: 'Layers',
|
||||
category: 'Design',
|
||||
route: '/library/layers.svg',
|
||||
route: {
|
||||
light: '/library/layers_light.svg',
|
||||
dark: '/library/layers_dark.svg'
|
||||
},
|
||||
url: 'https://layers.to/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user