Delete overleafserver/hotkeys-modal-bottom-text.jsx

This commit is contained in:
David Rotermund 2024-07-21 02:33:20 +02:00 committed by GitHub
parent fd92ac6faa
commit 06a443cee7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,20 +0,0 @@
import { Trans } from 'react-i18next'
import * as eventTracking from '../../../infrastructure/event-tracking'
export default function HotkeysModalBottomText() {
return (
<div className="hotkeys-modal-bottom-text">
<Trans
i18nKey="a_more_comprehensive_list_of_keyboard_shortcuts"
components={[
// eslint-disable-next-line jsx-a11y/anchor-has-content, react/jsx-key
<a
onClick={() => eventTracking.sendMB('left-menu-hotkeys-template')}
href="https://www.overleaf.com/latex/templates/overleaf-keyboard-shortcuts/pphdnzrwmttk"
target="_blank"
/>,
]}
/>
</div>
)
}