diff --git a/.server-changes/error-display-fullscreen.md b/.server-changes/error-display-fullscreen.md new file mode 100644 index 0000000000..9082380965 --- /dev/null +++ b/.server-changes/error-display-fullscreen.md @@ -0,0 +1,6 @@ +--- +area: webapp +type: fix +--- + +Error page now always renders full screen, and its "Go to homepage" shortcut changed from Cmd/Ctrl+G to Enter. diff --git a/apps/webapp/app/components/ErrorDisplay.tsx b/apps/webapp/app/components/ErrorDisplay.tsx index e1e0d3311b..374f427c50 100644 --- a/apps/webapp/app/components/ErrorDisplay.tsx +++ b/apps/webapp/app/components/ErrorDisplay.tsx @@ -60,13 +60,13 @@ type DisplayOptionsProps = { export function ErrorDisplay({ title, message, button }: DisplayOptionsProps) { return ( -