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