init
This commit is contained in:
13
app/components/Nav.tsx
Normal file
13
app/components/Nav.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
export default function Nav() {
|
||||
return (
|
||||
<nav>
|
||||
<div className="brand">420Deals.ch</div>
|
||||
<div className="links">
|
||||
<a href="#drop">Drop</a>
|
||||
<a href="#past">Past Drops</a>
|
||||
<a href="#community">Community</a>
|
||||
</div>
|
||||
</nav>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user