chore: Add missing labels to buttons without text and search inputs
This commit is contained in:
@ -51,6 +51,7 @@ function RevisionMenu({ document, revision, className, iconColor }: Props) {
|
||||
<OverflowMenuButton
|
||||
className={className}
|
||||
iconColor={iconColor}
|
||||
aria-label={t("Show menu")}
|
||||
{...menu}
|
||||
/>
|
||||
<ContextMenu {...menu} aria-label={t("Revision options")}>
|
||||
|
Reference in New Issue
Block a user