Merge pull request #184 from cstuder/add-link-to-github

Footer: Adds link to this GitHub repository
This commit is contained in:
Franck Nijhof 2019-02-22 09:28:22 +01:00 committed by GitHub
commit e2493bbb05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,10 @@ class Footer extends React.Component {
)} )}
</a> </a>
<div> <div>
<a href="https://twitter.com/hass_devs">Follow Home Assistant devs on Twitter</a> <ul>
<li><a href="https://twitter.com/hass_devs">Follow Home Assistant devs on Twitter</a></li>
<li><a href="https://github.com/home-assistant/developers.home-assistant">Contribute to this documentation on GitHub</a></li>
</ul>
</div> </div>
{/* <div> {/* <div>
<h5>Docs</h5> <h5>Docs</h5>