Fix links in hero unit

This commit is contained in:
Paulus Schoutsen 2014-12-21 21:55:17 -08:00
parent fd516a6784
commit 58d7be7cc6
4 changed files with 3 additions and 16 deletions

View file

@ -2,7 +2,7 @@
<div class="grid-wrapper">
<div class="grid flex">
<div class="grid__item flex__item two-fifths palm-one-whole">
<a href='{{ root_url }}screenshots/'>
<a href='{{ root_url }}/demo/' target='_blank'>
<img src="{{ root_url }}/images/hero_screenshot.png" alt="Home Assistant screenshot">
</a>
</div>