1
0
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:
Bart Huijgen 2024-11-04 19:57:33 +01:00 committed by Bart
parent 0bc6db012f
commit e796122bbb

View File

@ -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} />