Skip to content

Commit

Permalink
Fix aria attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
geichelberger committed Jan 15, 2024
1 parent 4d566bb commit 4eda5b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const EditSeriesBlock: React.FC<EditSeriesBlockProps> = ({ block: blockRe
/>
<div
role="group"
aria-labelledby={t("manage.realm.content.display-options")}
aria-label={t("manage.realm.content.display-options")}
css={{
display: "flex",
flexDirection: "row",
Expand Down

0 comments on commit 4eda5b1

Please sign in to comment.