Skip to content

Commit

Permalink
Update component.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Flopsky authored Jan 2, 2024
1 parent 87d48ee commit 555592f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,19 +74,19 @@ export function Component() {
{/* Icons div */}
<div className="flex items-center space-x-4">
<a href="https://www.instagram.com/davidnintcheu/" rel="noopener noreferrer" target="_blank">
<InstagramIcon className="w-6 h-6 text-white" />
<InstagramIcon className="w-6 h-6 text-white hover:scale-105 transition-transform duration-200" />
</a>
<a href="https://github.com/Flopsky" rel="noopener noreferrer" target="_blank">
<GithubIcon className="w-6 h-6 text-white" />
<GithubIcon className="w-6 h-6 text-white hover:scale-105 transition-transform duration-200" />
</a>
<a href="https://www.linkedin.com/in/dkamgang/" rel="noopener noreferrer" target="_blank">
<LinkedinIcon className="w-6 h-6 text-white" />
<LinkedinIcon className="w-6 h-6 text-white hover:scale-105 transition-transform duration-200" />
</a>
<a href="mailto:David%20Doe%20<[email protected]>" rel="noopener noreferrer" target="_blank">
<MailIcon className="w-6 h-6 text-white" />
<MailIcon className="w-6 h-6 text-white hover:scale-105 transition-transform duration-200" />
</a>
<a href="#" rel="noopener noreferrer" target="_blank">
<YoutubeIcon className="w-6 h-6 text-white" />
<YoutubeIcon className="w-6 h-6 text-white hover:scale-105 transition-transform duration-200" />
</a>
</div>
</div>
Expand Down

0 comments on commit 555592f

Please sign in to comment.