Update nav links
This commit is contained in:
parent
d6ef2c6333
commit
31c18af170
@ -81,9 +81,9 @@ const isActive = (path: string) => {
|
|||||||
</li>
|
</li>
|
||||||
<li class="col-span-2">
|
<li class="col-span-2">
|
||||||
<a
|
<a
|
||||||
href="https://notes.tiff.engineer"
|
href="https://notes.tiff.run"
|
||||||
class:list={{
|
class:list={{
|
||||||
"active-nav": isActive("https://notes.tiff.engineer"),
|
"active-nav": isActive("https://notes.tiff.run"),
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Notes
|
Notes
|
||||||
@ -91,9 +91,9 @@ const isActive = (path: string) => {
|
|||||||
</li>
|
</li>
|
||||||
<li class="col-span-2">
|
<li class="col-span-2">
|
||||||
<a
|
<a
|
||||||
href="https://photos.tiff.engineer"
|
href="https://photos.tiff.run"
|
||||||
class:list={{
|
class:list={{
|
||||||
"active-nav": isActive("https://photos.tiff.engineer"),
|
"active-nav": isActive("https://photos.tiff.run"),
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
Photos
|
Photos
|
||||||
|
@ -17,7 +17,7 @@ export const LOCALE = {
|
|||||||
export const SOCIALS = [
|
export const SOCIALS = [
|
||||||
{
|
{
|
||||||
name: "Git",
|
name: "Git",
|
||||||
href: "https://git.tiff.engineer",
|
href: "https://git.tiff.run",
|
||||||
linkTitle: `${SITE.title} Git`,
|
linkTitle: `${SITE.title} Git`,
|
||||||
icon: IconGit,
|
icon: IconGit,
|
||||||
},
|
},
|
||||||
@ -29,7 +29,7 @@ export const SOCIALS = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Mail",
|
name: "Mail",
|
||||||
href: "mailto:hithere@tiff.engineer",
|
href: "mailto:hithere@tiff.run",
|
||||||
linkTitle: `Send an email to ${SITE.title}`,
|
linkTitle: `Send an email to ${SITE.title}`,
|
||||||
icon: IconMail,
|
icon: IconMail,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user