fix: ARIA fixes, missing button labels
This commit is contained in:
@@ -62,6 +62,7 @@ function Actions({ collection }: Props) {
|
||||
placement="bottom-end"
|
||||
label={(props) => (
|
||||
<Button
|
||||
aria-label={t("Collection menu")}
|
||||
icon={<MoreIcon />}
|
||||
{...props}
|
||||
borderOnHover
|
||||
|
||||
Reference in New Issue
Block a user