mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
client: recent changes list: remove the dash between the time and the note title from markup
This commit is contained in:
@@ -125,7 +125,6 @@ export default class RecentChangesDialog extends BasicWidget {
|
||||
.text(formattedTime)
|
||||
.attr("title", change.date)
|
||||
)
|
||||
.append(' - ')
|
||||
.append($noteLink));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user