Some improvements

This commit is contained in:
2026-05-16 19:49:08 +02:00
parent b1869595ac
commit d029c5a347
2 changed files with 3 additions and 2 deletions

View File

@@ -4,8 +4,9 @@
<head>
<link data-trunk rel="rust" data-bin="bin" />
<link data-trunk rel="scss" href="src/styles/main.scss" />
<link data-trunk rel="icon" href="src/assets/favicon.ico" type="image/x-icon" />
<meta charset="utf-8" />
<title>Yew App</title>
<title>Ticket System CSG</title>
</head>
<body></body>

View File

@@ -314,7 +314,7 @@ pub fn submit_ticket_component() -> Html {
{
if !room_valid {
html! {
<p class="alert error">{ "Ungültiger oder nicht erlaubter Raum (z. B. 101, K12, D5)" }</p>
<p class="alert error">{ "Ungültiger oder nicht erlaubter Raum (z. B. 101, K8, D1)" }</p>
}
} else {
html! {}