]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entry.html.twig
restore blue color
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Entry / entry.html.twig
index 7b61875c2837b170bb68b5dabe705197a750a74e..9fb820b4a5bdd7086f4a9efa2cce4fa1697ab764 100644 (file)
@@ -148,7 +148,7 @@ main {
             <div id="list">
                 {% for tag in entry.tags %}
                     <div class="chip">
-                    {{ tag.label }}<i class="mdi-navigation-close material-icons"></i>
+                    {{ tag.label }}
                     </div>
                 {% endfor %}
             </div>