diff --git a/src/components/auth/LoginForm.tsx b/src/components/auth/LoginForm.tsx index 631e871..520b1a9 100644 --- a/src/components/auth/LoginForm.tsx +++ b/src/components/auth/LoginForm.tsx @@ -13,21 +13,6 @@ export function LoginForm() { className={`${darkMode ? "min-h-screen bg-gray-900" : "min-h-screen bg-[#F8FBFF]"} flex items-center justify-center p-4 w-full mx-auto transition-all duration-500`} >
- {/*
- {[ - { icon: TrendingUp, label: "Real-time Analysis" }, - { icon: Star, label: "Sentiment AI" }, - ].map(({ icon: Icon, label }) => ( -
- - {label} -
- ))} -
*/} -
@@ -111,7 +96,5 @@ export function LoginForm() {

- // - // ); }