Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Changed button to say blog..
Browse files Browse the repository at this point in the history
  • Loading branch information
James Manes authored and James Manes committed Mar 17, 2023
1 parent 7eef694 commit d333d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Navigation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Navigation = () => {
<Button href="mailto:[email protected]"
angle={randomAngle()}>E-mail</Button>
<Button href="https://jmanes.blog/"
angle={randomAngle()}>Social</Button>
angle={randomAngle()}>Blog</Button>
</ButtonContainer>
);
}
Expand Down

0 comments on commit d333d9c

Please sign in to comment.