Switch over to WebAssembly, Rust and Yew #35

Merged
BlakeRain merged 87 commits from yew-static into main 2023-08-30 18:01:40 +00:00
Showing only changes of commit 0ecef4e768 - Show all commits

View File

@ -44,6 +44,7 @@ pub fn navigation(_: &NavigationProps) -> Html {
</Link<Route>>
<button type="button" class="md:hidden" onclick={on_open_click}>
<Icon icon_id={IconId::LucideMenu} />
<span class="sr-only">{"Toggle Menu"}</span>
</button>
</div>
<div class={classes!("md:flex", "flex-col", "md:flex-row",