add missing icons

This commit is contained in:
Arman
2025-03-13 13:05:48 +01:00
parent 6273a065d4
commit 994888959c
@@ -36,6 +36,10 @@ export function getFrameworkIcon(framework: string) {
return 'remix';
case framework.toLocaleLowerCase().includes('flutter'):
return 'flutter';
case framework.toLocaleLowerCase().includes('analog'):
return 'analog';
case framework.toLocaleLowerCase().includes('vite'):
return 'vite';
case framework.toLocaleLowerCase().includes('other'):
return 'empty';