{type === "info" && (
-
+
)}
{type === "warning" && (
-
+
)}
{type === "error" && (
-
+
)}
-
- {children}
+
+
);
}
diff --git a/frontend/src/pages/home/Home.tsx b/frontend/src/pages/home/Home.tsx
index ff3d3035f..c425c449e 100644
--- a/frontend/src/pages/home/Home.tsx
+++ b/frontend/src/pages/home/Home.tsx
@@ -69,7 +69,7 @@ export default function Home() {