Skip to content

Commit

Permalink
Update AboutMe.js
Browse files Browse the repository at this point in the history
Fixing the link for Instagram. Currently instagram links to twitter.
  • Loading branch information
ryanwoconnor committed Jun 25, 2022
1 parent 3afa5f6 commit 79a47ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AboutMe.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default function AboutMe() {
</div>
<div className="flex flex-row justify-start items-center">
<a
href={userData.socialLinks.twitter}
href={userData.socialLinks.instagram}
className="flex flex-row items-center space-x-4 group"
>
<div className="my-4">&rarr;</div>
Expand Down

0 comments on commit 79a47ca

Please sign in to comment.