Skip to content

Commit 5732ac2

Browse files
committed
Add banner to describe state of application
1 parent f607d71 commit 5732ac2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/App.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ import ScrollToTop from './components/ScrollToTop/ScrollToTop'
1111
const App = () => (
1212
<Router>
1313
<ScrollToTop />
14+
<div class="alert alert-info text-center" role="alert">
15+
<h1 class="alert-heading">Update</h1>
16+
<p class="lead">Unfortunately, due to server hosting costs, Picto backend server has been shutdown.</p>
17+
<p class="lead">Until a cheaper option is found, without the backend server running, Picto is not playable.</p>
18+
<p class="lead">Source code is available on <a href="https://github.com/Panda4817/Multiplayer-Pictionary-Frontend" class="alert-link">GitHub</a> if you wish to run it yourself.</p>
19+
<p class="lead">Sorry for the inconvenience.</p>
20+
</div>
1421
<Route path="/" exact component={Join} />
1522
<Route path="/join" component={Join} />
1623
<Route path="/game" component={Game} />

0 commit comments

Comments
 (0)