[TASK] rm home icon and link in header

This commit is contained in:
Marie Birner
2025-08-03 14:00:17 +02:00
parent 8a3fec49d0
commit 469d6d2210
3 changed files with 0 additions and 7 deletions

View File

@@ -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."

View File

@@ -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."

View File

@@ -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")) }