📦 Add bolt SVG

This commit is contained in:
Miguel Vega
2024-11-18 20:57:58 -05:00
parent afe5eec846
commit f59b6cb0d8
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -3048,5 +3048,14 @@ export const svgs: iSVG[] = [
dark: '/library/polar-sh_dark.svg'
},
url: 'https://polar.sh/'
},
{
title: 'bolt',
category: 'Devtool',
route: {
light: '/library/bolt-new.svg',
dark: '/library/bolt-new_dark.svg'
},
url: 'https://bolt.new/'
}
];