1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

toggle_sidebar: use hamburger icon

This commit is contained in:
Andrew Dolgov
2019-03-04 21:55:35 +03:00
parent 5b3a73e574
commit fb62f2b970

View File

@@ -20,7 +20,7 @@ class Toggle_Sidebar extends Plugin {
<button dojoType="dijit.form.Button" onclick="Feeds.toggle()">
<i class="material-icons"
title="<?php echo __('Toggle feedlist') ?>">fullscreen</i>
title="<?php echo __('Toggle feedlist') ?>">menu</i>
</button>
<?php