Skip to content

Commit ca06fd1

Browse files
committed
Added a shortcut key
1 parent 8458787 commit ca06fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/ErrorDisplay.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function ErrorDisplay({ title, message, button }: DisplayOptionsProps) {
4848
{message && <Paragraph>{message}</Paragraph>}
4949
<LinkButton
5050
to={button ? button.to : "/"}
51-
// shortcut={{ key: "h" }}
51+
shortcut={{ modifiers: ["meta"], key: "g" }}
5252
variant="primary/medium"
5353
LeadingIcon={HomeIcon}
5454
>

0 commit comments

Comments
 (0)