Add Netlify link required for a team open source account (#2589)

This commit is contained in:
Antonin Delpeuch 2020-04-24 18:58:11 +02:00 committed by GitHub
parent b6f6904af4
commit 42afe1d5ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,6 +99,7 @@ class Footer extends React.Component {
</section>
<section className="copyright">{this.props.config.copyright}</section>
<section className="copyright">Hosted by <a href="https://www.netlify.com/">Netlify</a></section>
</footer>
);
}