Changing the user notes icon

Is there a way to change the little 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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.