File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import { Sponsor } from '@site/src/database/sponsors' ;
22import React from 'react' ;
3- import { FaGithub , FaLinkedin , FaTwitter , FaInstagram } from 'react-icons/fa' ;
3+ import { FaGithub , FaLinkedin , FaInstagram } from 'react-icons/fa' ;
4+ import { FaXTwitter } from "react-icons/fa6" ;
45
56const SponsorCard : React . FC < Sponsor > = ( {
67 name,
@@ -21,7 +22,8 @@ const SponsorCard: React.FC<Sponsor> = ({
2122 < div className = "social-links" >
2223 { github && < a href = { github } target = "_blank" rel = "noopener noreferrer" className = "github" > < FaGithub /> </ a > }
2324 { linkedin && < a href = { linkedin } target = "_blank" rel = "noopener noreferrer" className = "linkedin" > < FaLinkedin /> </ a > }
24- { twitter && < a href = { twitter } target = "_blank" rel = "noopener noreferrer" className = "twitter" > < FaTwitter /> </ a > }
25+ { twitter && < a href = { twitter } target = "_blank" rel = "noopener noreferrer" className = "twitter" > < FaXTwitter />
26+ </ a > }
2527 { instagram && < a href = { instagram } target = "_blank" rel = "noopener noreferrer" className = "instagram" > < FaInstagram /> </ a > }
2628 </ div >
2729 </ div >
You can’t perform that action at this time.
0 commit comments