fix(extension-onboarding): revoke new shortcut for mac

This commit is contained in:
Aminejv 2022-09-23 19:06:23 +01:00
parent a144172eae
commit 15ece0ae64

View File

@ -29,7 +29,7 @@ function JumperKeyboardShortcut(props) {
css={STYLES_SAVING_SHORTCUT_ICON}
style={{ marginLeft: 4 }}
>
.
{isUsingMac() ? "J" : "."}
</System.H4>
</div>
);