mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
[fix] Replace the eraser with the trash icon (more explicit)
This commit is contained in:
parent
c7b457f9b5
commit
0280a4221a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
<span class="sr-only">Pin </span><span class="fa-thumb-tack"></span>
|
||||
</button>
|
||||
<button id="clear-btn" data-y18n-title="clear">
|
||||
<span class="sr-only">Clear </span><span class="fa-eraser"></span>
|
||||
<span class="sr-only">Clear </span><span class="fa-trash-o"></span>
|
||||
</button>
|
||||
<div class="messages"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue