Skip to content

Commit

Permalink
change email in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rubanzasilva committed Feb 8, 2024
1 parent bf4ed55 commit 610768d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Navbar = ({toggle}) => {
<SocialIconLink href="https://github.com/rubanzasilva/" target="_blank" aria-label="Github">
<FaGithub/>
</SocialIconLink>
<SocialIconLink href="mailto:rubanza@rubanzasilver.xyz" target="_blank" arial-label="Email">
<SocialIconLink href="mailto:abc@rubanzasilver.xyz" target="_blank" arial-label="Email">
<FaEnvelope/>
</SocialIconLink>
</SocialIcons>
Expand Down

0 comments on commit 610768d

Please sign in to comment.