mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
fix: settings navigate between menus shortcut
This commit is contained in:
parent
d3dec89ff4
commit
de1732dc68
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ const Settings = () => {
|
|||
<div className={classnames(styles['option-input-container'], styles['shortcut-container'])}>
|
||||
<kbd>1</kbd>
|
||||
<div className={styles['label']}>{ t('SETTINGS_SHORTCUT_TO') }</div>
|
||||
<kbd>5</kbd>
|
||||
<kbd>6</kbd>
|
||||
</div>
|
||||
</div>
|
||||
<div className={styles['option-container']}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue