From e31e47968ca9b9a52a0087d12b8000c6ed318443 Mon Sep 17 00:00:00 2001 From: Emil Widlund Date: Tue, 21 Jan 2025 20:43:10 +0100 Subject: [PATCH] vision: fix contact us button --- clients/apps/web/src/components/Vision/Footer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 (
- +
Contact Us