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/";