change unknown status glyph

This commit is contained in:
2023-08-18 11:11:23 +02:00
parent 44924cf4ca
commit 85550596e1
2 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,7 @@ function stateMap(string $state): State
),
'unknown' => new State(
'Der Status vom Dorf ist gerade <em>unbekannt</em>',
'warning',
'lock-question',
'orange',
),
'error' => new State(