boxicons 2.0.5

This commit is contained in:
zadam
2020-02-15 09:16:23 +01:00
parent 2fa41b44c5
commit 9337564075
12 changed files with 3307 additions and 2471 deletions

View File

@@ -206,7 +206,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
const note = await treeCache.getNote(node.data.noteId);
if (note.type === 'search' && $span.find('.refresh-search-button').length === 0) {
const refreshSearchButton = $('<span>&nbsp; <span class="refresh-search-button bx bx-recycle" title="Refresh saved search results"></span></span>');
const refreshSearchButton = $('<span>&nbsp; <span class="refresh-search-button bx bx-refresh" title="Refresh saved search results"></span></span>');
$span.append(refreshSearchButton);
}