Skip to content

Commit

Permalink
fix: add journal icon to mention links to match the look of regular j…
Browse files Browse the repository at this point in the history
…ournal links
  • Loading branch information
eXaminator committed Jan 1, 2021
1 parent de0a4da commit 2d09b67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/renderJournalSheet.ts
Expand Up @@ -54,7 +54,8 @@ function replaceMentionLinks(html: JQuery): void {
'data-id': entry._id,
href: null,
})
.addClass('entity-link');
.addClass('entity-link')
.prepend('<i class="fas fa-book-open"></i> ');
});
}

Expand Down

0 comments on commit 2d09b67

Please sign in to comment.