We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83b57a commit 319f8c4Copy full SHA for 319f8c4
src/components/index-page/how-it-works/play-button.tsx
@@ -17,6 +17,7 @@ export function PlayButton({
17
<svg fill="currentColor" viewBox="0 0 24 24" className="size-4">
18
<path d="M10 20H8V4h2v2h2v3h2v2h2v2h-2v2h-2v3h-2v2z" />
19
</svg>
20
+ <span className="sr-only">Run query</span>
21
</Button>
22
)
23
}
0 commit comments