Skip to content

Commit

Permalink
AYS-364 | Adding an Icon to Our Instagram Account (#73)
Browse files Browse the repository at this point in the history
Adding an Icon to Our Instagram Account
  • Loading branch information
gafur-demirci authored Sep 10, 2024
1 parent 607f00e commit 9931d4e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/SocialIcons.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { clsx } from 'clsx'
import Link from 'next/link'
import { FaConfluence, FaDiscord, FaGithub, FaLinkedin } from 'react-icons/fa'
import { FaXTwitter } from 'react-icons/fa6'
import { FaConfluence, FaDiscord, FaGithub, FaLinkedin } from 'react-icons/fa'
import { FaXTwitter, FaInstagram } from 'react-icons/fa6'
import { SiJira } from 'react-icons/si'

export default function SocialIcons({ className }: { className?: string }) {
Expand All @@ -12,6 +12,9 @@ export default function SocialIcons({ className }: { className?: string }) {
className
)}
>
<Link target="_blank" href={'https://instagram.com/afetyonetimsistemi'}>
<FaInstagram />
</Link>
<Link target="_blank" href={'https://x.com/afetyonetims'}>
<FaXTwitter />
</Link>
Expand Down

0 comments on commit 9931d4e

Please sign in to comment.