Styles better

This commit is contained in:
2026-05-13 22:01:58 +02:00
parent 99c5aa613c
commit b25e045b99
4 changed files with 173 additions and 21 deletions

View File

@@ -3,6 +3,7 @@ use wasm_bindgen_futures::spawn_local;
use yew::prelude::*;
use yew_router::prelude::*;
#[macro_export]
macro_rules! dequote {
($str:expr) => {
$str.trim_matches('"').to_string()
@@ -56,7 +57,7 @@ pub fn home_component() -> Html {
}
html! {
<div class="form-container">
<div class="form-container home">
<div class="page-header">
<h1>{ "Welcome" }</h1>
</div>