Improvements

More styling
This commit is contained in:
2026-05-11 19:53:30 +02:00
parent 10de47b911
commit 928ca1de11
13 changed files with 331 additions and 189 deletions

View File

@@ -289,7 +289,7 @@ pub fn ticket_count_component() -> Html {
html! {
<div>
<h2>{ "Offene Tickets" }</h2>
<h4>{ count }</h4>
<h4 class="ticket_count">{ count }</h4>
</div>
}
}