From 962d7ac4495686bc6f21cee651c34acc11fa7228 Mon Sep 17 00:00:00 2001 From: Psan <42769551+Psanchez-IT@users.noreply.github.com> Date: Mon, 26 May 2025 22:01:33 +0200 Subject: [PATCH] Fixed Broken Link (#7) --- src/components/layout/Footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Footer.astro b/src/components/layout/Footer.astro index 32e1ed9..794af4c 100644 --- a/src/components/layout/Footer.astro +++ b/src/components/layout/Footer.astro @@ -3,7 +3,7 @@ import Social from "../ui/Social.astro"; import { Icon } from "astro-icon/components"; const name = "EFEELE"; -const email = "hello@efeele.dev"; +const email = "mailto:hello@efeele.dev"; const github = "https://github.com/EFEELE"; const linkedin = "https://www.linkedin.com/in/efeele/"; const instagram = "https://www.instagram.com/efeele.dev/";