Skip to content

Commit

Permalink
✏️ Update social link labels
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Nov 10, 2024
1 parent 1f4b7fe commit dd940ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/SocialIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ const social = [
{
Icon: IconBrandTwitter,
IconFilled: IconBrandTwitterFilled,
label: "Visit Nick Oates on Twitter",
label: "Nick Oates on Twitter",
href: "https://twitter.com/nickoates_",
color: "text-blue-600 dark:text-blue-400",
},
{
Icon: IconBrandGithub,
IconFilled: IconBrandGithubFilled,
label: "Visit Nick Oates on GitHub",
label: "Nick Oates on GitHub",
href: "https://github.com/n1ckoates",
color: "text-purple-600 dark:text-purple-400",
},
Expand Down

0 comments on commit dd940ce

Please sign in to comment.