Fix «create new poll» icon.

This commit is contained in:
John Livingston
2024-07-16 12:01:51 +02:00
parent cc51bb2c70
commit 6b54580f91
3 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,7 @@ export function getHeadingButtons (view, buttons) {
api.modal.show('livechat-converse-poll-form-modal', { model: muc })
},
a_class: '',
icon_class: 'fa-list-check', // FIXME
icon_class: 'fa-square-poll-horizontal',
name: 'muc-create-poll'
})