Skip to content

Commit

Permalink
patchups
Browse files Browse the repository at this point in the history
  • Loading branch information
tester committed Oct 7, 2024
1 parent 63b5e61 commit 045c547
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/MainNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ const Navbar = () => {
navigate("/signup");
}
}>
Signup
Register
</option>
</select>
<Link to="/posts" className="text-gray-300 hover:text-white">
<Link to="/posts" className="text-gray-300 hover:text-white m-5">
post
</Link>
<Link to="/room" className="text-gray-300 hover:text-white">
Expand Down

0 comments on commit 045c547

Please sign in to comment.