Skip to content

Commit

Permalink
Accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnXLivingston committed Aug 21, 2024
1 parent eb6cec2 commit 6430e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/muc-views/templates/occupant.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ async function tplActionButtons (o) {

const items = buttons.map(b => {
return html`
<button class="dropdown-item ${b.button_class}" @click=${b.handler}>
<button class="dropdown-item ${b.button_class}" @click=${b.handler} type="button">
<converse-icon
class="${b.icon_class}"
color="var(--inverse-link-color)"
Expand Down

0 comments on commit 6430e79

Please sign in to comment.