From 15ece0ae64f6f56156a6bf3c152bb0ee2f881343 Mon Sep 17 00:00:00 2001 From: Aminejv Date: Fri, 23 Sep 2022 19:06:23 +0100 Subject: [PATCH] fix(extension-onboarding): revoke new shortcut for mac --- pages/extension-onboarding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/extension-onboarding.js b/pages/extension-onboarding.js index 3265adeb..7e179bee 100644 --- a/pages/extension-onboarding.js +++ b/pages/extension-onboarding.js @@ -29,7 +29,7 @@ function JumperKeyboardShortcut(props) { css={STYLES_SAVING_SHORTCUT_ICON} style={{ marginLeft: 4 }} > - . + {isUsingMac() ? "J" : "."} );