Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
rubanzasilva committed Feb 11, 2024
2 parents 6a0a935 + 6927653 commit 56ec248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const Footer = () => {

{/* <FooterLinkTitle>My Blog</FooterLinkTitle> */}

<FooterLink href="mailto:abc@rubanzasilver.xyz" target="_blank" arial-label="Email">Email Me</FooterLink>
<FooterLink href="mailto:abc@rubanzasilver.com" target="_blank" arial-label="Email">Email Me</FooterLink>

</FooterLinkItems>

Expand Down
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:abc@rubanzasilver.xyz" target="_blank" arial-label="Email">
<SocialIconLink href="mailto:abc@rubanzasilver.com" target="_blank" arial-label="Email">
<FaEnvelope/>
</SocialIconLink>
</SocialIcons>
Expand Down

0 comments on commit 56ec248

Please sign in to comment.