diff --git a/overleafserver/hotkeys-modal-bottom-text.jsx b/overleafserver/hotkeys-modal-bottom-text.jsx new file mode 100644 index 0000000..0a84093 --- /dev/null +++ b/overleafserver/hotkeys-modal-bottom-text.jsx @@ -0,0 +1,20 @@ +import { Trans } from 'react-i18next' +import * as eventTracking from '../../../infrastructure/event-tracking' + +export default function HotkeysModalBottomText() { + return ( +
+ eventTracking.sendMB('left-menu-hotkeys-template')} + href="https://www.overleaf.com/latex/templates/overleaf-keyboard-shortcuts/pphdnzrwmttk" + target="_blank" + />, + ]} + /> +
+ ) +}