Update beta banner text (test site)

This commit is contained in:
Tom Russell 2018-09-17 21:32:29 +01:00
parent 9a06d35bd8
commit e774ed1693
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
width: 100%;
min-height: 32px;
font-size: 0.8333rem;
padding: 0.25em 1em;
background: #505050;
padding: 0.333rem 0.8333rem;
background: #707070;
color: #fff;
margin: 0;
}

View File

@ -7,7 +7,7 @@ import './beta-banner.css';
const BetaBanner = () => (
<p className="beta-banner" role="alert" >
Welcome to the prototype (beta) site for Colouring London. <a
Welcome to the test site for Colouring London&mdash; officially launching Spring 2019. <a
href="http://colouringlondon.org">Find out more about the project.</a>
</p>