Skip to content

Commit 8b8d43d

Browse files
committed
add social links
1 parent 812b23f commit 8b8d43d

File tree

1 file changed

+6
-1
lines changed
  • src/components/layouts/App

1 file changed

+6
-1
lines changed

src/components/layouts/App/App.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import { desktop, mobile } from '../../../Me/styles/shared/devices';
1212
import { Sidebar } from '../../Sidebar/Sidebar';
1313
import { useMentors } from '../../../context/mentorsContext/MentorsContext';
1414
import { isDeep } from '../../../utils/isDeep';
15+
import SocialLinks from '../../SocialLinks/SocialLinks';
1516

1617
const 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 />

0 commit comments

Comments
 (0)