Skip to content

Commit 319f8c4

Browse files
committed
Add screen-reader-only text to PlayButton
1 parent d83b57a commit 319f8c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/index-page/how-it-works/play-button.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export function PlayButton({
1717
<svg fill="currentColor" viewBox="0 0 24 24" className="size-4">
1818
<path d="M10 20H8V4h2v2h2v3h2v2h2v2h-2v2h-2v3h-2v2z" />
1919
</svg>
20+
<span className="sr-only">Run query</span>
2021
</Button>
2122
)
2223
}

0 commit comments

Comments
 (0)