mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 12:31:08 +00:00
Smaller logout button
This commit is contained in:
parent
481730cc4b
commit
b0f12a6908
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue