Skip to content

Commit

Permalink
Update Banner text (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunanoordin authored Jan 16, 2018
1 parent 384d7c6 commit 22b9f9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Banner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ const Banner = ({ hideBanner }) => {
return (
<div className="beta-top-banner">
<h2>
Thank you for participating in our second round of beta review! Please
sign in, and don’t forget to leave feedback using the link in the
top right of the page.
Thanks for participating in our beta review! We're making some changes
based on your feedback, and will be launching the full project soon!
</h2>
<button onClick={hideBanner}>X</button>
</div>
Expand Down

0 comments on commit 22b9f9a

Please sign in to comment.