From 80027424e1b04cbab380067dca127a0e7a404734 Mon Sep 17 00:00:00 2001 From: KS Jannette Date: Thu, 12 Feb 2026 05:58:56 -0500 Subject: [PATCH] clean --- frontend/src/components/button.tsx | 6 +++--- frontend/src/components/navbar.tsx | 19 +++++++++---------- frontend/src/pages/Home.tsx | 20 ++++++++++---------- 3 files changed, 22 insertions(+), 23 deletions(-) diff --git a/frontend/src/components/button.tsx b/frontend/src/components/button.tsx index bc08c78..106d6a2 100644 --- a/frontend/src/components/button.tsx +++ b/frontend/src/components/button.tsx @@ -8,9 +8,9 @@ type ButtonProps = { const Button = ({ onClick, isLoading, label }: ButtonProps) => { return ( - + ); }; diff --git a/frontend/src/components/navbar.tsx b/frontend/src/components/navbar.tsx index 3e7934f..aea759d 100644 --- a/frontend/src/components/navbar.tsx +++ b/frontend/src/components/navbar.tsx @@ -1,15 +1,14 @@ const Navbar = () => { - - return ( -
-
-

kohngrüti

+ return ( +
+
+

kohngrüti

+
+
+ recenter +
-
- recenter -
-
- ) + ) } export default Navbar; \ No newline at end of file diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx index 97e7a3e..e6f91ce 100644 --- a/frontend/src/pages/Home.tsx +++ b/frontend/src/pages/Home.tsx @@ -3,16 +3,16 @@ import Navbar from '../components/navbar' import '../styles/home.css' const Home = () => { - return ( -
-
- -
-
- -
-
- ); + return ( +
+
+ +
+
+ +
+
+ ); }; export default Home; \ No newline at end of file