basic nav
This commit is contained in:
@@ -19,6 +19,8 @@ const TopNav = () => {
|
|||||||
<nav className="flex w-full border-b p-4 gap-5 bg-black text-white border-white">
|
<nav className="flex w-full border-b p-4 gap-5 bg-black text-white border-white">
|
||||||
<div> Blog </div>
|
<div> Blog </div>
|
||||||
<div> CV </div>
|
<div> CV </div>
|
||||||
|
<div> Projects </div>
|
||||||
|
<div> Fun </div>
|
||||||
</nav>
|
</nav>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user