diff --git a/wretched-machines-frontend/src/components/ui/navbar.tsx b/wretched-machines-frontend/src/components/ui/navbar.tsx index 92c98e0..7dd5f57 100644 --- a/wretched-machines-frontend/src/components/ui/navbar.tsx +++ b/wretched-machines-frontend/src/components/ui/navbar.tsx @@ -1,24 +1,32 @@ import Link from "next/link"; import { cn } from "@/lib/utils" + +const Break = ()=>
+ const Navbar = () => { return ( -
- -
Home
- - -
Blog
- - -
Tools
- - -
Demos
- - -
Login
- +
+ +
+ +
Home
+ + +
Blog
+ + +
Tools
+ + +
Demos
+ + +
Login
+ +

+
+
); }