mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 17:41:09 +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>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<button
|
<button
|
||||||
class="btn btn-outline"
|
class="btn btn-outline btn-xs w-min self-center"
|
||||||
on:click=move |_| logout_action.dispatch(())
|
on:click=move |_| logout_action.dispatch(())
|
||||||
>
|
>
|
||||||
Logout
|
Logout
|
||||||
|
|
Loading…
Reference in a new issue