Skip to content

Commit

Permalink
fixed margin bottom to logout dropdown in navbar and added ease in tr…
Browse files Browse the repository at this point in the history
…ansitions
  • Loading branch information
gfaizank committed Jan 18, 2024
1 parent c75a30e commit 3b94931
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components/navbar/RTL.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const Navbar = (props) => {
</a>
<a
href=" "
className="mt-3 text-sm font-medium text-red-500 hover:text-red-500"
className="mt-3 text-sm font-medium text-red-500 hover:text-red-500 transition duration-150 ease-out hover:ease-in"
>
Log Out
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/components/navbar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ const Navbar = (props) => {
</a>
<a
href=" "
className="mt-3 text-sm font-medium text-red-500 hover:text-red-500"
className="mt-3 text-sm font-medium text-red-500 hover:text-red-500 transition duration-150 ease-out hover:ease-in"
>
Log Out
</a>
Expand Down

0 comments on commit 3b94931

Please sign in to comment.