Commit 5cbaabbe authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #791 from mewtaylor/hotfix/conference-livestream

[Develop] Hotfix: Add hyperlink to keynote livstream for 2016 conf
parents 2407f1d6 00e6ad2e
......@@ -30,7 +30,9 @@ var ConferenceSplash = React.createClass({
</p>
<p className="sub-button">
<b>
Scratch@MIT is sold out!
<a href="http://bit.ly/scratchmit2016-live" target="_blank">
Watch the keynote live
</a>
</b>
</p>
</TitleBanner>
......
......@@ -31,6 +31,11 @@
b {
margin-top: 2rem;
a {
text-decoration: underline;
color: $type-white;
}
}
a {
......
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