Skip to content

Commit

Permalink
sizing fix for logout icon
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 10, 2024
1 parent 3a84df6 commit 5a0e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tailwindUI/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<a
href="/logout"
title="logout"
class="text-xl hover:text-rose-500 duration-150 w-7 h-7"
class="text-xl hover:text-rose-500 duration-150"
><svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
<path stroke-linecap="round" stroke-linejoin="round" d="M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15" />
</svg>
Expand Down

0 comments on commit 5a0e258

Please sign in to comment.