Update nav links

This commit is contained in:
tiff 2025-05-06 22:01:54 -04:00
parent d6ef2c6333
commit 31c18af170
2 changed files with 6 additions and 6 deletions

View file

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