From 2c67f857d9f9b48626dc1a915961daadb2dfdb69 Mon Sep 17 00:00:00 2001 From: Leonard <73912641+leonardcser@users.noreply.github.com> Date: Sat, 28 Sep 2024 09:21:23 +0200 Subject: [PATCH] Update contact email --- .../pages/home/sections/ContactSection/ContactSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/home/sections/ContactSection/ContactSection.tsx b/src/components/pages/home/sections/ContactSection/ContactSection.tsx index fd8fd4e..0a188b9 100644 --- a/src/components/pages/home/sections/ContactSection/ContactSection.tsx +++ b/src/components/pages/home/sections/ContactSection/ContactSection.tsx @@ -6,7 +6,7 @@ import GRADIENTS from "@lib/gradients"; import styles from "./ContactSection.module.scss"; export const ContactSection: React.FC = () => { - const email = "leocser632@gmail.com"; + const email = "leonard.cseres@devleo.ch"; return ( <>