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/articles/overleaf-keyboard-shortcuts/qykqfvmxdnjf"
target="_blank"
rel="noreferrer"
/>,
]}
/>
)
}