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

View File

@ -12,10 +12,11 @@ pub fn goto_top() -> Html {
"cursor-pointer",
"py-4",
"px-8",
"border",
"border-primary-dark",
"bg-primary-dark",
"hover:bg-primary",
"rounded-xl",
"bg-primary",
"opacity-25",
"hover:opacity-100",
"text-white",
"fixed",
"bottom-8",
"right-8",