fix smile icon

This commit is contained in:
Henry Jameson 2026-06-02 19:51:11 +03:00
commit 81af89ff30
3 changed files with 4 additions and 4 deletions

View file

@ -96,7 +96,7 @@ export const BUTTONS = [
// =========
name: 'emoji',
label: 'tool_tip.add_reaction',
icon: ['far', 'smile-beam'],
icon: ['far', 'face-smile-beam'],
interactive: () => true,
active: ({ emojiPickerShown }) => emojiPickerShown,
toggleable: true,