Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
suoyuan666 committed Mar 8, 2024
1 parent 6af4650 commit e076836
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ export const SOCIALS: SocialObjects = [
linkTitle: ` ${SITE.title} on Github`,
active: true,
},
{
name: "Mail",
href: "mailto://[email protected]",
linkTitle: ` ${SITE.title} on Proton Mail`,
active: true,
}
];

0 comments on commit e076836

Please sign in to comment.