fix(app): fill invalid route state
This commit is contained in:
parent
8be2027a2a
commit
154d1e7f70
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ function InvalidServerRoute() {
|
|||
const language = useLanguage()
|
||||
const navigate = useNavigate()
|
||||
return (
|
||||
<div class="flex-1 min-h-0 flex flex-col items-center justify-center gap-3 text-center">
|
||||
<div class="flex-1 w-full min-h-0 flex flex-col items-center justify-center gap-3 text-center">
|
||||
<div class="text-16-medium text-text-strong">Invalid server route</div>
|
||||
<button
|
||||
type="button"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue