pancy fants
This commit is contained in:
parent
a4fd3a3556
commit
b6633d6f25
15 changed files with 339 additions and 116 deletions
11
src/components/NavBar.tsx
Normal file
11
src/components/NavBar.tsx
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { Link } from 'react-router'
|
||||
|
||||
export default function NavBar() {
|
||||
return (
|
||||
<nav className={`w-full flex flex-row-reverse px-4 md:px-8 py-0.5`}>
|
||||
<Link className={`text-gray-800`} to="/signup">
|
||||
create account
|
||||
</Link>
|
||||
</nav>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue