From e3abde02719f97687dfa974877d7afef4af136e0 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Sun, 21 Jul 2024 02:15:42 +0200 Subject: [PATCH] Create hotkeys-modal-bottom-text.jsx --- overleafserver/hotkeys-modal-bottom-text.jsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 overleafserver/hotkeys-modal-bottom-text.jsx 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" + />, + ]} + /> +
+ ) +}