Skip to content

Commit

Permalink
Fix mailto
Browse files Browse the repository at this point in the history
  • Loading branch information
Einlar committed May 21, 2024
1 parent e74d9cf commit 070819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const SOCIALS: SocialObjects = [
// },
{
name: "Mail",
href: "manzali.francesco97@gmail.com",
href: "mailto:manzali.francesco97@gmail.com",
linkTitle: `Send an email to ${SITE.title}`,
active: true,
},
Expand Down

0 comments on commit 070819b

Please sign in to comment.