style: remove underline from logout button hover

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 19:16:43 +01:00
parent ee1cea6d01
commit 2644e033b4

View File

@@ -151,7 +151,6 @@
title={$_("header.logout")}
>
<span class="icon-[ri--logout-circle-r-line] h-4 w-4"></span>
<span class="absolute -bottom-1 left-0 w-0 h-0.5 bg-destructive transition-all duration-300 group-hover:w-full"></span>
</Button>
</div>
</div>