fix: resolve updated compilation errors
Some checks failed
Build MIPS Binary / build (push) Failing after 45s
Some checks failed
Build MIPS Binary / build (push) Failing after 45s
This commit is contained in:
@@ -22,7 +22,7 @@ pub fn Toolbar(
|
|||||||
variant=ButtonVariant::Ghost
|
variant=ButtonVariant::Ghost
|
||||||
size=ButtonSize::Icon
|
size=ButtonSize::Icon
|
||||||
class="size-9"
|
class="size-9"
|
||||||
on:click=move |_| on_toggle_sidebar.run(())
|
on:click=move |_: web_sys::MouseEvent| on_toggle_sidebar.run(())
|
||||||
>
|
>
|
||||||
<PanelLeft class="size-5" />
|
<PanelLeft class="size-5" />
|
||||||
<span class="hidden">"Toggle Sidebar"</span>
|
<span class="hidden">"Toggle Sidebar"</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user