Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
add notice to website
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Apr 20, 2019
1 parent 5cf60cf commit a909c3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class extends React.Component {
<footer className="footer">
<div className="content has-text-centered">
<p>
<a href="https://www.ludicrous.xyz" class="has-text-black">&copy; { year } ludicrous.</a>
<a href="https://www.ludicrous.xyz" className="has-text-black">&copy; { year } ludicrous.</a>
</p>
</div>
</footer>
Expand Down
5 changes: 5 additions & 0 deletions website/src/pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ export default class extends App {
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" hid="description" content="a lightining fast web server" />
</Head>
<div className="has-background-info has-text-white" style={{ padding: '0.5em' }}>
<div className="container has-text-centered">
NOTICE: Since <strong>light</strong> is a work in progress, breaking changes will be made every MINOR patch until 2.0
</div>
</div>
<Navigation />
<Component />
<Footer />
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default () => (
smartBackspace={true}
size="medium"
>
<div class="hero-foot has-text-centered">
<div className="hero-foot has-text-centered">
<div className="container">
<div>
<a href="https://circleci.com/gh/ludicrousxyz/light" target="_blank" rel="noopener noreferrer">
Expand Down

0 comments on commit a909c3b

Please sign in to comment.