File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2525 (url) https://www.linkedin.com/in/ahmed-samil-bulbul/?locale=en_US
2626 (icon) LinkedinLogo
2727
28+ > (link)
29+ (id) reddit
30+ (label) REDDIT
31+ (url) https://www.reddit.com/r/fezcodex/
32+ (icon) RedditLogo
33+
2834 > (link)
2935 (id) email
3036 (label) EMAIL
Original file line number Diff line number Diff line change 55 XLogoIcon ,
66 GithubLogoIcon ,
77 GlobeIcon ,
8+ RedditLogoIcon ,
89} from '@phosphor-icons/react' ;
910import GenericModal from './GenericModal' ;
1011import { useSiteConfig } from '../context/SiteConfigContext' ;
@@ -14,6 +15,7 @@ const socialIcons = {
1415 XLogo : XLogoIcon ,
1516 LinkedinLogo : LinkedinLogoIcon ,
1617 EnvelopeSimple : EnvelopeSimpleIcon ,
18+ RedditLogo : RedditLogoIcon ,
1719} ;
1820
1921const ContactModal = ( { isOpen, onClose } ) => {
Original file line number Diff line number Diff line change 77 LinkedinLogoIcon ,
88 Command ,
99 Terminal ,
10+ RedditLogoIcon ,
1011} from '@phosphor-icons/react' ;
1112
1213const Footer = ( ) => {
@@ -127,10 +128,8 @@ const Footer = () => {
127128 < div className = "flex gap-3 mb-8" >
128129 < SocialIcon href = "https://x.com/fezcoddy" icon = { XLogoIcon } />
129130 < SocialIcon href = "https://github.com/fezcode" icon = { GithubLogoIcon } />
130- < SocialIcon
131- href = "https://www.linkedin.com/in/ahmed-samil-bulbul/"
132- icon = { LinkedinLogoIcon }
133- />
131+ < SocialIcon href = "https://www.reddit.com/r/fezcodex/" icon = { RedditLogoIcon } />
132+ < SocialIcon href = "https://www.linkedin.com/in/ahmed-samil-bulbul/" icon = { LinkedinLogoIcon } />
134133 </ div >
135134
136135 < div className = "space-y-3 border-t border-white/10 pt-6" >
You can’t perform that action at this time.
0 commit comments