summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index 4b2303e4c..40a501f06 100644
--- a/index.php
+++ b/index.php
@@ -252,9 +252,9 @@
</div>
</div>
- <button id="updatesIcon" dojoType="dijit.form.Button" style="display : none">
- <img src="images/new_version.png" title="<?php echo __('Updates are available from Git.') ?>"/>
- </button>
+ <i id="updates-available" class="material-icons icon-new-version"
+ style="display : none" title="<?php echo __('Updates are available from Git.') ?>">new_releases</i>
+
</div>
</div> <!-- toolbar -->
</div> <!-- toolbar pane -->