add aria lable to public chat options btn

This commit is contained in:
KDSBrowne 2017-10-24 07:52:49 -07:00
parent bc0ded7bec
commit 7eb9e420d5
2 changed files with 2 additions and 1 deletions

View File

@ -127,6 +127,7 @@ class ChatDropdown extends Component {
circle
hideLabel
color="primary"
aria-label={intl.formatMessage(intlMessages.options)}
/>
</DropdownTrigger>
<DropdownContent placement="bottom right">

View File

@ -21,4 +21,4 @@
background-color: transparent !important;
}
}
}
}