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,
},