Update something
This commit is contained in:
parent
63f9ecda55
commit
eb806de16b
3 changed files with 27 additions and 10 deletions
|
@ -34,7 +34,7 @@ export const LOGO_IMAGE = {
|
|||
export const SOCIALS: SocialObjects = [
|
||||
{
|
||||
name: "Github",
|
||||
href: "https://github.com/satnaing/astro-paper",
|
||||
href: "https://github.com/twhite96",
|
||||
linkTitle: ` ${SITE.title} on Github`,
|
||||
active: true,
|
||||
},
|
||||
|
@ -42,19 +42,19 @@ export const SOCIALS: SocialObjects = [
|
|||
name: "Facebook",
|
||||
href: "https://github.com/satnaing/astro-paper",
|
||||
linkTitle: `${SITE.title} on Facebook`,
|
||||
active: true,
|
||||
active: false,
|
||||
},
|
||||
{
|
||||
name: "Instagram",
|
||||
href: "https://github.com/satnaing/astro-paper",
|
||||
linkTitle: `${SITE.title} on Instagram`,
|
||||
active: true,
|
||||
active: false,
|
||||
},
|
||||
{
|
||||
name: "LinkedIn",
|
||||
href: "https://github.com/satnaing/astro-paper",
|
||||
linkTitle: `${SITE.title} on LinkedIn`,
|
||||
active: true,
|
||||
active: false,
|
||||
},
|
||||
{
|
||||
name: "Mail",
|
||||
|
@ -148,8 +148,14 @@ export const SOCIALS: SocialObjects = [
|
|||
},
|
||||
{
|
||||
name: "Mastodon",
|
||||
href: "https://github.com/satnaing/astro-paper",
|
||||
href: "https://hachyderm,io/@tiff",
|
||||
linkTitle: `${SITE.title} on Mastodon`,
|
||||
active: false,
|
||||
active: true,
|
||||
},
|
||||
{
|
||||
name: "Bluesky",
|
||||
href: "https://bsky.app/profile/tiff.engineer",
|
||||
linkTitle: `${SITE.title} on Bluesky`,
|
||||
active: true,
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue