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

@ -81,9 +81,9 @@ const isActive = (path: string) => {
</li>
<li class="col-span-2">
<a
href="https://notes.tiff.engineer"
href="https://notes.tiff.run"
class:list={{
"active-nav": isActive("https://notes.tiff.engineer"),
"active-nav": isActive("https://notes.tiff.run"),
}}
>
Notes
@ -91,9 +91,9 @@ const isActive = (path: string) => {
</li>
<li class="col-span-2">
<a
href="https://photos.tiff.engineer"
href="https://photos.tiff.run"
class:list={{
"active-nav": isActive("https://photos.tiff.engineer"),
"active-nav": isActive("https://photos.tiff.run"),
}}
>
Photos

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