We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8458787 commit ca06fd1Copy full SHA for ca06fd1
apps/webapp/app/components/ErrorDisplay.tsx
@@ -48,7 +48,7 @@ export function ErrorDisplay({ title, message, button }: DisplayOptionsProps) {
48
{message && <Paragraph>{message}</Paragraph>}
49
<LinkButton
50
to={button ? button.to : "/"}
51
- // shortcut={{ key: "h" }}
+ shortcut={{ modifiers: ["meta"], key: "g" }}
52
variant="primary/medium"
53
LeadingIcon={HomeIcon}
54
>
0 commit comments