File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import { MdManageSearch } from 'react-icons/md';
44import { FaDiscord } from 'react-icons/fa' ;
55import { BsGithub } from 'react-icons/bs' ;
66import { FaXTwitter } from 'react-icons/fa6' ;
7+ import { FaLinkedin } from 'react-icons/fa' ;
8+ import { FaInstagram } from 'react-icons/fa6' ;
79import LogoLight from 'images/img-logo-light.svg' ;
810import { useSearchContext } from 'common/search/search-context' ;
911import { CREATE_PLAY_DOC_LINK } from 'constants' ;
@@ -34,6 +36,18 @@ const ExtendedFooter = () => {
3436 url : 'https://blog.reactplay.io/' ,
3537 icon : < IoLogoRss className = "icon" /> ,
3638 title : 'Blog Page'
39+ } ,
40+ {
41+ name : 'Linkedin' ,
42+ url : 'https://www.linkedin.com/company/reactplay/' ,
43+ icon : < FaLinkedin className = "icon" /> ,
44+ title : 'Linkedin Page'
45+ } ,
46+ {
47+ name : 'Instagram' ,
48+ url : 'https://www.instagram.com/reactplayio/' ,
49+ icon : < FaInstagram className = "icon" /> ,
50+ title : 'Instagram Page'
3751 }
3852 ] ;
3953
You can’t perform that action at this time.
0 commit comments