From bbdb262505f8c2a98cbb44992d0c59787c50062e Mon Sep 17 00:00:00 2001 From: Miguel Barrera Date: Sun, 8 Sep 2024 18:32:35 -0600 Subject: [PATCH] Update SocialList.astro email --- src/components/SocialList.astro | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/src/components/SocialList.astro b/src/components/SocialList.astro index e18a543..073809f 100644 --- a/src/components/SocialList.astro +++ b/src/components/SocialList.astro @@ -19,7 +19,7 @@ const socialLinks: { }, { friendlyName: "email", - link: "mabvmex@gmail.com", + mailto: "mabvmex@gmail.com", name: "mdi:email", }, ]; @@ -27,6 +27,23 @@ const socialLinks: {

Github

+