Skip to content

Commit fdbfe09

Browse files
committed
merge from master leftovers
1 parent 4ad8c2f commit fdbfe09

File tree

1 file changed

+0
-14
lines changed
  • src/components/layouts/App

1 file changed

+0
-14
lines changed

src/components/layouts/App/App.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,6 @@ const App = (props) => {
5454

5555
return (
5656
<div className="app">
57-
{/* TODO: remove this modal when app is ready */}
58-
<Modal>
59-
<>
60-
<h2 style={{ color: '#69d5b1;'}}>🚀 We're Moving to a New Home!</h2>
61-
<p style={{
62-
fontSize: 'large',
63-
padding: '0 10px',
64-
lineHeight: 1.4,
65-
}}>
66-
Our digital spaceship is heading to a brand new infrastructure (to save some money and to simplify our ci-cd
67-
pipeline) but don't worry, our engineers have their coffee ready! <StayTunedLink href="https://x.com/codingcoach_io">Stay Tuned!</StayTunedLink>
68-
</p>
69-
</>
70-
</Modal>
7157
<ToastContainer />
7258
<Modal title={modal?.title}>{modal?.content}</Modal>
7359
<Layout>

0 commit comments

Comments
 (0)