From ff44c8c3df05112ce129a927f9e476e22eb859fd Mon Sep 17 00:00:00 2001 From: Mahen Date: Mon, 13 Apr 2026 11:59:38 +0700 Subject: [PATCH] chore: clean code the spagheti code --- src/components/auth/LoginForm.tsx | 17 ----------------- 1 file changed, 17 deletions(-) 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() {

- // - // ); }