Fixed mobile bottom toolbar

This commit is contained in:
Jose Selesan
2026-05-08 12:00:52 -03:00
parent a9c74d2f9c
commit b47f00651e
2 changed files with 324 additions and 42 deletions

View File

@@ -17,6 +17,7 @@ function statusFromError(error: AppError): ContentfulStatusCode {
case 'unexpected':
return 500;
default:
return 500;
}
}