❇️V2
This commit is contained in:
10
app/components/navbar.tsx
Normal file
10
app/components/navbar.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import Link from "./link";
|
||||
|
||||
export default function Navbar() {
|
||||
return (
|
||||
<div className="bg-slate-700 rounded-md p-2 mx-2 mt-2 w-[calc(100vw-16px)] flex gap-2 fixed">
|
||||
<Link link="/" children="Home" />
|
||||
<Link link="/contact" children="Contact" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user