mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 21:06:28 +00:00
Merge pull request #184 from cstuder/add-link-to-github
Footer: Adds link to this GitHub repository
This commit is contained in:
commit
e2493bbb05
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user