mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
using jam font icon pack instead of feather, fixes #204
This commit is contained in:
@@ -25,7 +25,7 @@ function initNoteAutocomplete($el) {
|
||||
if (!$el.hasClass("aa-input")) {
|
||||
const $showRecentNotesButton = $("<div>").addClass("input-group-append").append(
|
||||
$("<span>")
|
||||
.addClass("input-group-text show-recent-notes-button")
|
||||
.addClass("input-group-text show-recent-notes-button jam jam-clock")
|
||||
.prop("title", "Show recent notes"));
|
||||
|
||||
$el.after($showRecentNotesButton);
|
||||
|
||||
Reference in New Issue
Block a user