Commit 251f7bf5 authored by Connor Hudson's avatar Connor Hudson

Add middle banner in progress copy

parent dfaee503
......@@ -9,11 +9,13 @@ require('./middle-banner.scss');
const MiddleBanner = () => (
<TitleBanner className="beta-middle-banner">
<FlexRow>
<FlexRow className="beta-middle-container column">
<h2 className="beta-header">The Next Generation of Scratch</h2>
<h3 className="beta-copy">Try out the beta version of Scratch 3.0</h3>
<a
className="call-to-action button"
className="beta-try-it button"
href="https://beta.scratch.mit.edu/"
>Call to Action</a>
>Try it!</a>
</FlexRow>
</TitleBanner>
);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment