Skip to content

Commit

Permalink
Add WIP notice
Browse files Browse the repository at this point in the history
  • Loading branch information
barthuijgen committed Nov 4, 2024
1 parent 0bc6db0 commit e796122
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/blueprints/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down Expand Up @@ -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} />
Expand Down

0 comments on commit e796122

Please sign in to comment.