Skip to content

Commit

Permalink
Solved issue of logout button allignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham2k3s committed Jun 21, 2024
1 parent 00e80ab commit a01e6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const Navbar = () => {
</li>
<li className="mt-2">
<button
className="block py-2 px-3 rounded-full border border-white-300 text-white w-full text-left transition duration-300 ease-in-out
className="block -mt-1 ml-1 md:ml-0 py-2 px-3 rounded-full border border-white-300 text-white w-3/2 md:w-full text-left transition duration-300 ease-in-out
hover:bg-white hover:text-blue-400"
onClick={handleLogout}
>
Expand Down

0 comments on commit a01e6f2

Please sign in to comment.