1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 12:21:09 +00:00

Smaller logout button

This commit is contained in:
Felix Ableitner 2024-11-06 10:30:21 +01:00
parent 481730cc4b
commit b0f12a6908

View file

@ -109,7 +109,7 @@ pub fn Nav() -> impl IntoView {
</a>
</p>
<button
class="btn btn-outline"
class="btn btn-outline btn-xs w-min self-center"
on:click=move |_| logout_action.dispatch(())
>
Logout