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 f9e49b452f - Show all commits

View File

@ -22,9 +22,6 @@ pub fn footer(_: &FooterProps) -> Html {
<Link<Route> classes="hover:text-neutral-50" to={Route::Blog}>
{"Latest Posts"}
</Link<Route>>
<Link<Route> classes="hover:text-neutral-50" to={Route::Tags}>
{"Tags"}
</Link<Route>>
<Link<Route> classes="hover:text-neutral-50" to={Route::Disclaimer}>
{"Disclaimer"}
</Link<Route>>