add plus icon to emoji reactions button

This commit is contained in:
Henry Jameson 2026-05-18 19:59:22 +03:00
commit d22fb84d12

View file

@ -97,6 +97,9 @@ export const BUTTONS = [
name: 'emoji', name: 'emoji',
label: 'tool_tip.add_reaction', label: 'tool_tip.add_reaction',
icon: ['far', 'smile-beam'], icon: ['far', 'smile-beam'],
interactive: () => true,
active: () => false,
toggleable: true,
anonLink: true, anonLink: true,
}, },
{ {