]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
some cleanup on material theme
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / layout.html.twig
index 0ec2e082bdece743c06e79da174dd103ccf05881..a4b1d030062894e226c2e8374d3e70f59335efcd 100644 (file)
@@ -32,7 +32,7 @@
             {% block logo %}
                 <li class="logo border-bottom">
                     <a class="waves-effect" title="{% trans %}Back to unread articles{% endtrans %}" href="{{ path('unread') }}">
-                        <img src="{{ asset('themes/baggy/img/logo-other_themes.png') }}" alt="wallabag logo" />
+                        <img src="{{ asset('themes/material/img/logo-square.png') }}" alt="wallabag logo" />
                     </a>
                 </li>
             {% endblock %}