fix(extension-onboarding): update shortcut

This commit is contained in:
Aminejv 2022-09-23 18:07:56 +01:00
parent 72b9b5cba0
commit a144172eae

View File

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