📦 Add `Polar` svg

This commit is contained in:
pheralb
2024-11-18 17:12:46 +00:00
parent 51567298e3
commit f356787cbf
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -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/'
}
];