Merge pull request #477 from XYenon/fix/hotkeys

pl-fe: fix hotkeys modal close button
This commit is contained in:
nicole mikołajczyk
2025-10-19 12:00:45 +02:00
committed by GitHub

View File

@ -157,7 +157,7 @@ const HotkeysModal: React.FC<BaseModalProps> = ({ onClose }) => {
return (
<Modal
title={<FormattedMessage id='keyboard_shortcuts.heading' defaultMessage='Keyboard shortcuts' />}
onClose={onClose}
onClose={() => onClose('HOTKEYS')}
width='4xl'
>
<div className='flex flex-col text-xs lg:flex-row'>