mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
add missing icons
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user