Update nav links
This commit is contained in:
parent
d6ef2c6333
commit
31c18af170
@ -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
|
||||
|
@ -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,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user