Changing the user notes icon

You can use the plugin api in a theme component or plugin to do something like:

api.replaceIcon('sticky-note', 'heart');

Where heart is the name of the emoji you want to use instead.

3 Likes