mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
refactor(backends): cleanup code
This commit is contained in:
@@ -50,12 +50,6 @@ const getIconAndColor = (backend: BackendType) => {
|
||||
color: "text-indigo-600 dark:text-indigo-400",
|
||||
label: "PostgreSQL",
|
||||
};
|
||||
case "sqlite":
|
||||
return {
|
||||
icon: Database,
|
||||
color: "text-slate-600 dark:text-slate-400",
|
||||
label: "SQLite",
|
||||
};
|
||||
default:
|
||||
return {
|
||||
icon: Folder,
|
||||
|
||||
Reference in New Issue
Block a user