✨(frontend) add missing aria-label to add sub-doc button for a11y
improves screen reader support for the add sub-doc action in the document tree Signed-off-by: Cyril <c.gromoff@gmail.com>
This commit is contained in:
@@ -178,6 +178,7 @@ export const DocTreeItemActions = ({
|
||||
});
|
||||
}}
|
||||
color="primary"
|
||||
aria-label={t('Add a sub page')}
|
||||
data-testid="doc-tree-item-actions-add-child"
|
||||
>
|
||||
<Icon
|
||||
|
||||
Reference in New Issue
Block a user