Fixes #793: display the star logo on mobile instead of home logo

This commit is contained in:
ArthurHoaro 2017-03-11 14:19:04 +01:00
parent 844021ab4c
commit 6fcb443787
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div class="pure-u-lg-0 pure-u-1">
<div class="pure-menu">
<a href="{$titleLink}" class="pure-menu-link">
<i class="fa fa-home"></i>
<img src="img/icon.png" width="16" height="16" class="head-logo" alt="logo" />
{$shaarlititle}
</a>
<a href="#" class="menu-toggle" id="menu-toggle"><s class="bar"></s><s class="bar"></s></a>