toggle_sidebar: use hamburger icon

This commit is contained in:
Andrew Dolgov 2019-03-04 21:55:35 +03:00
parent 5b3a73e574
commit fb62f2b970
1 changed files with 1 additions and 1 deletions

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