Delete overleafserver/hotkeys-modal-bottom-text.jsx
This commit is contained in:
parent
fd92ac6faa
commit
06a443cee7
1 changed files with 0 additions and 20 deletions
|
@ -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>
|
|
||||||
)
|
|
||||||
}
|
|
Loading…
Reference in a new issue