File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/components/layouts/App Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { desktop, mobile } from '../../../Me/styles/shared/devices';
1212import { Sidebar } from '../../Sidebar/Sidebar' ;
1313import { useMentors } from '../../../context/mentorsContext/MentorsContext' ;
1414import { isDeep } from '../../../utils/isDeep' ;
15+ import SocialLinks from '../../SocialLinks/SocialLinks' ;
1516
1617const App = ( props ) => {
1718 const { children } = props ;
@@ -65,8 +66,12 @@ const App = (props) => {
6566 lineHeight : 1.4 ,
6667 } } >
6768 Our digital spaceship is heading to a brand new infrastructure (to save some money and to simplify our ci-cd
68- pipeline) but don't worry, our engineers have their coffee ready! < StayTunedLink href = "https://x.com/codingcoach_io" > Stay Tuned! </ StayTunedLink >
69+ pipeline) but don't worry, our engineers have their coffee ready!
6970 </ p >
71+ < div style = { { textAlign : 'center' } } >
72+ < h2 > Stay Tuned</ h2 >
73+ < SocialLinks />
74+ </ div >
7075 </ >
7176 </ Modal > ) }
7277 < ToastContainer />
You can’t perform that action at this time.
0 commit comments