mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
UX: Allow for customization of the heart icon
This commit is contained in:
parent
1310181664
commit
abdb334823
2 changed files with 5 additions and 2 deletions
|
@ -9,6 +9,8 @@ const REPLACEMENTS = {
|
|||
'd-watching-first': 'dot-circle-o',
|
||||
'd-drop-expanded': 'caret-down',
|
||||
'd-drop-collapsed': 'caret-right',
|
||||
'd-unliked': 'heart',
|
||||
'd-liked': 'heart',
|
||||
'notification.mentioned': "at",
|
||||
'notification.group_mentioned': "at",
|
||||
'notification.quoted': "quote-right",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue