diff --git a/clients/apps/web/src/components/Vision/Footer.tsx b/clients/apps/web/src/components/Vision/Footer.tsx index a9b8a81990..fbbc92a094 100644 --- a/clients/apps/web/src/components/Vision/Footer.tsx +++ b/clients/apps/web/src/components/Vision/Footer.tsx @@ -76,7 +76,7 @@ const OpenSourceLegend = () => { const ContactUsLegend = () => { useEffect(() => { const handleKeyDown = (event: KeyboardEvent) => { - if (event.key === 'c') { + if (event.key === 'm') { window.open('mailto:birk@polar.sh', '_blank') } } @@ -91,7 +91,7 @@ const ContactUsLegend = () => { return (