feat: add flowbite logo as a framework

This commit is contained in:
Zoltán Szőgyényi
2024-04-15 12:26:34 +03:00
parent 45ab10ff27
commit f73cffab34
2 changed files with 55 additions and 0 deletions
+6
View File
@@ -2588,5 +2588,11 @@ export const svgs: iSVG[] = [
category: 'Language',
route: '/library/gleam.svg',
url: 'https://gleam.run/'
},
{
title: 'Flowbite',
category: 'Framework',
route: '/library/flowbite.svg',
url: 'https://flowbite.com/'
}
];