Skip to content

Commit

Permalink
Merge branch 'master' into implement-apex-starkkey-recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
torztomasz authored Jul 10, 2023
2 parents 266a30d + 4be7524 commit c991471
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"name": "Node.js & PostgreSQL",
"dockerComposeFile": "docker-compose.yml",
"service": "app",
"workspaceFolder": "/workspace",

"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",

// Configure tool-specific properties.
"customizations": {
Expand Down
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
VARIANT: 16-bullseye

volumes:
- ..:/workspace:cached
- ../..:/workspaces:cached

# Overrides default command so things don't shut down after the process ends.
command: sleep infinity
Expand Down
7 changes: 1 addition & 6 deletions packages/frontend/src/view/pages/ErrorPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,7 @@ function ErrorPage(props: ErrorPageProps) {
const errorMessage = getErrorMessages(props)

return (
<Page
path="/"
description="Not found page"
context={props.context}
withoutSearch
>
<Page path="/" description="Not found page" context={props.context}>
<ContentWrapper className="flex flex-1 flex-col items-center justify-center">
<span className="text-[80px] font-extrabold leading-tight text-brand md:text-[160px]">
{props.statusCode}
Expand Down

0 comments on commit c991471

Please sign in to comment.