nicer msgs

This commit is contained in:
2025-08-03 12:24:16 +02:00
parent b90590d3b5
commit b2369c6073
2 changed files with 5 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ impl Page {
}
li {
a href="/game" {
span role="img" aria-label="camera" { (t!("icon_home")) }
span role="img" aria-label="camera" { (t!("icon_camera")) }
}
}
li {
@@ -105,7 +105,7 @@ impl Page {
@if self.new_name {
article class="name w-full" {
header { "New name!" }
"Welcome"
"Does it feel much different?"
}
}
@if let Some(err) = &self.err {