[TASK] rm home icon and link in header
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
_version: 1
|
||||
digital_shadows: "Digitaler Schatten"
|
||||
icon_home: "🏠"
|
||||
icon_camera: "📸"
|
||||
found_camera_title: "Kamera '%{name}' gefunden"
|
||||
found_camera_body: "✨ You are a star ✨ Star dust sprinkle, sprinkle."
|
||||
|
@@ -1,6 +1,5 @@
|
||||
_version: 1
|
||||
digital_shadows: "Digital Shadows"
|
||||
icon_home: "🏠"
|
||||
icon_camera: "📸"
|
||||
found_camera_title: "Camera '%{name}' found"
|
||||
found_camera_body: "✨ You are a star ✨ Star dust sprinkle, sprinkle."
|
||||
|
@@ -70,11 +70,6 @@ impl Page {
|
||||
}
|
||||
}
|
||||
ul {
|
||||
li {
|
||||
a href="/" {
|
||||
span role="img" aria-label="home" { (t!("icon_home")) }
|
||||
}
|
||||
}
|
||||
li {
|
||||
a href="/game" {
|
||||
span role="img" aria-label="camera" { (t!("icon_camera")) }
|
||||
|
Reference in New Issue
Block a user