From c96ad72a6409a4546b8f455d243e76c075fe1f39 Mon Sep 17 00:00:00 2001 From: tiff Date: Sat, 19 Apr 2025 19:37:42 -0400 Subject: [PATCH] Add email address --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 2eb7f53..6fff28f 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -37,7 +37,7 @@ export const SOCIALS = [ }, { name: "Mail", - href: "mailto:hello@tiffwhite.me", + href: "mailto:hithere@tiff.engineer", linkTitle: `Send an email to ${SITE.title}`, icon: IconMail, },