Minor changes

main
Jake Dexheimer 7 years ago
parent cae623c3e4
commit e11c7bede2

@ -7,8 +7,7 @@ const Footer = (props) => (
<div> <div>
<Link href="/about"><a>about</a></Link> <Link href="/about"><a>about</a></Link>
<a href="mailto:hi@dawnlabs.io?subject=Carbon%20Feedback&anp;body=">send feedback</a> <a href="mailto:hi@dawnlabs.io?subject=Carbon%20Feedback&anp;body=">send feedback</a>
<a href="#">tweet</a> <a href="https://github.com/dawnlabs/carbon">source</a>
<a href="#">star</a>
</div> </div>
<div>a project by <a href="https://twitter.com/dawn_labs">@dawn_labs</a> ¬</div> <div>a project by <a href="https://twitter.com/dawn_labs">@dawn_labs</a> ¬</div>
<style jsx>{` <style jsx>{`

@ -27,7 +27,9 @@ export default () => (
</div> </div>
<div className="mb4"> <div className="mb4">
<h2>I want to make this better.</h2> <h2>I want to make this better.</h2>
<p>Please do.</p> <p>
<a href="https://github.com/dawnlabs/carbon">Please do.</a>
</p>
</div> </div>
</div> </div>
<style jsx>{` <style jsx>{`
@ -42,6 +44,12 @@ export default () => (
.about { .about {
max-width: 632px; max-width: 632px;
} }
a {
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
}
`}</style> `}</style>
</Page> </Page>
) )

Loading…
Cancel
Save