Skip to content

Commit

Permalink
Update Footer.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shyakachaste authored Feb 26, 2024
1 parent 5b0d0ca commit f2d3888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function Footer() {
<Link href="https://github.com/shyakachaste" target="_blank"><GitHubLogoIcon className="w-5 h-5" /></Link>
<Link href="https://www.linkedin.com/in/shyaka-chaste-982a32272/" target="_blank"><LinkedInLogoIcon className="w-5 h-5" /></Link>
<Link href="https://www.instagram.com/iamchaste.rw/" target="_blank"><InstagramLogoIcon className="w-5 h-5" /></Link>
<Link href="https://www.youtube.com/@lifeofchaste" target="_blank"><YoutubeIcon className="w-5 h-5" /></Link>
<Link href="https://www.youtube.com/@iamchastevlog" target="_blank"><YoutubeIcon className="w-5 h-5" /></Link>
</div>
</div>

Expand All @@ -32,4 +32,4 @@ export default function Footer() {
</div>
</footer>
);
}
}

0 comments on commit f2d3888

Please sign in to comment.