mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
📦 Add `Polar` svg
This commit is contained in:
@@ -3033,5 +3033,14 @@ export const svgs: iSVG[] = [
|
||||
dark: '/library/zed-logo_dark.svg'
|
||||
},
|
||||
url: 'https://zed.dev/'
|
||||
},
|
||||
{
|
||||
title: 'Polar',
|
||||
category: 'Software',
|
||||
route: {
|
||||
light: '/library/polar-sh_light.svg',
|
||||
dark: '/library/polar-sh_dark.svg'
|
||||
},
|
||||
url: 'https://polar.sh/'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user