Skip to content

Commit

Permalink
Merge pull request #3 from gfaizank/fixed-faizan
Browse files Browse the repository at this point in the history
fixed margin bottom to logout dropdown in navbar and added ease in tr…
  • Loading branch information
simmmpleweb authored Jan 24, 2024
2 parents c75a30e + 3b94931 commit 025dbbc
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 025dbbc

Please sign in to comment.