From 2a0c1a5739a10d9e2eaf0229b16b6936cafd1b4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Skolak?= Date: Tue, 13 Aug 2024 15:23:36 +0200 Subject: [PATCH] refactor: make email clickable (#44) --- src/components/contact.tsx | 18 +++++++++++++++++- src/components/section-heading.tsx | 4 +++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/src/components/contact.tsx b/src/components/contact.tsx index 9b2287d..6607a80 100644 --- a/src/components/contact.tsx +++ b/src/components/contact.tsx @@ -54,7 +54,23 @@ export const Contact = () => { > + Please contact me directly at{' '} + {' '} + or through this form. + + } />
{