nicer msgs
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user