Skip to content

Commit

Permalink
Update aria-label
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Skoufis <askoufis@users.noreply.github.com>
  • Loading branch information
felixhabib and askoufis committed May 22, 2024
1 parent 11583af commit ae07bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Playroom/Snippets/Snippets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ export default ({ snippets, onHighlight, onClose }: Props) => {
<ul
className={styles.snippetsContainer}
ref={listEl}
aria-label="Filtered snippets list"
aria-label="Filtered snippets"
>
{filteredSnippets.map((snippet, index) => {
const isHighlighted = highlightedIndex === index;
Expand Down

0 comments on commit ae07bfe

Please sign in to comment.