Refactor header and layout components, remove About page, and introduce Background component for improved UI structure

This commit is contained in:
Jose Selesan
2026-06-01 15:50:33 -03:00
parent 78df95e985
commit c18db76c7a
10 changed files with 41 additions and 138 deletions

View File

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