From 31c18af1708d11aadb7e39a039e867d3da080e6f Mon Sep 17 00:00:00 2001 From: tiff Date: Tue, 6 May 2025 22:01:54 -0400 Subject: [PATCH] Update nav links --- src/components/Header.astro | 8 ++++---- src/constants.ts | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index ba5183d..48cb7de 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -81,9 +81,9 @@ const isActive = (path: string) => {
  • Notes @@ -91,9 +91,9 @@ const isActive = (path: string) => {
  • Photos diff --git a/src/constants.ts b/src/constants.ts index 5ab9fd0..c22addb 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -17,7 +17,7 @@ export const LOCALE = { export const SOCIALS = [ { name: "Git", - href: "https://git.tiff.engineer", + href: "https://git.tiff.run", linkTitle: `${SITE.title} Git`, icon: IconGit, }, @@ -29,7 +29,7 @@ export const SOCIALS = [ }, { name: "Mail", - href: "mailto:hithere@tiff.engineer", + href: "mailto:hithere@tiff.run", linkTitle: `Send an email to ${SITE.title}`, icon: IconMail, },