mirror of
https://github.com/barthuijgen/factorio-sites.git
synced 2024-11-21 18:16:33 +02:00
Add WIP notice
This commit is contained in:
parent
0bc6db012f
commit
e796122bbb
@ -54,6 +54,13 @@ const globalStyles = css`
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.global-notice {
|
||||
margin: 0.5rem 1rem;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 0;
|
||||
}
|
||||
`;
|
||||
|
||||
if (typeof window !== "undefined") {
|
||||
@ -97,6 +104,9 @@ const BlueprintsApp = ({
|
||||
{!auth.loading && (
|
||||
<>
|
||||
<Header />
|
||||
<div className="global-notice">
|
||||
Site is being updated for factorio 2.0 and Space Age.
|
||||
</div>
|
||||
<main>
|
||||
<div className="container">
|
||||
<Component {...pageProps} />
|
||||
|
Loading…
Reference in New Issue
Block a user