Skip to content

Commit

Permalink
Change nav name
Browse files Browse the repository at this point in the history
  • Loading branch information
evmiguel committed Apr 9, 2024
1 parent 37e0bc6 commit fbfb604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/NavMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function NavMenu() {
return (
<nav className="p-6 bg-blue-600">
<ul className="flex justify-between">
<li className="inline-block">PURSE MAP</li>
<li className="inline-block font-bold text-lg text-white">PURSE MAP</li>
<li className="inline-block"><AuthButton /></li>
</ul>
</nav>
Expand Down

0 comments on commit fbfb604

Please sign in to comment.