Skip to content

Commit

Permalink
fix: update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
karolstawowski committed Mar 17, 2024
1 parent 23930a2 commit bfe33fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const contactButtons: {
{
title: 'Email',
element: <Send width={32} height={32} />,
linkTo: 'mailto:[email protected]',
linkTo: 'mailto:[email protected]',
},
]

Expand Down

0 comments on commit bfe33fd

Please sign in to comment.