Copy images used by home.html

This allows home.html to remain a regular HTML file without templating while
still having a copy of the rooms directory icon.
This commit is contained in:
J. Ryan Stinnett 2019-01-17 21:04:32 -06:00
parent 7a3df1c7d6
commit aa388f1173
2 changed files with 25 additions and 1 deletions

View file

@ -130,7 +130,7 @@
<div>
<h3>_t("Search the room directory")</h3>
<a class="mx_HomePage_room" href="#/directory">
<img class="mx_HomePage_icon" src="img/icons-directory.svg">
<img class="mx_HomePage_icon" src="home/images/icons-directory.svg">
</a>
<span class="mx_HomePage_comment">
_t("Lots of rooms already exist in Matrix, linked to existing networks (Slack, IRC, Gitter etc) or independent. Check out the directory!")