diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2019-03-04 21:55:35 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2019-03-04 21:55:35 +0300 |
| commit | fb62f2b9708185ea99cd900b82cb7b5d38f70167 (patch) | |
| tree | 4d1973471415661f5fa69598c7275cb3cd3e5565 /plugins/toggle_sidebar | |
| parent | 5b3a73e574b5377300c86d8d9765b9c57df1ddd6 (diff) | |
toggle_sidebar: use hamburger icon
Diffstat (limited to 'plugins/toggle_sidebar')
| -rw-r--r-- | plugins/toggle_sidebar/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/toggle_sidebar/init.php b/plugins/toggle_sidebar/init.php index ab7924bc5..2992f2ac7 100644 --- a/plugins/toggle_sidebar/init.php +++ b/plugins/toggle_sidebar/init.php @@ -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 |