File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
src/components/layouts/App Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -54,20 +54,6 @@ const App = (props) => {
54
54
55
55
return (
56
56
< 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 >
71
57
< ToastContainer />
72
58
< Modal title = { modal ?. title } > { modal ?. content } </ Modal >
73
59
< Layout >
You can’t perform that action at this time.
0 commit comments