Skip to content

Commit ac87040

Browse files
stefanjudisCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b5edbe1 commit ac87040

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

snippets/setup-flow.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ export const SetupFlow = () => {
273273
<button
274274
key={`${step.label}-tile`}
275275
type="button"
276+
aria-label={step.label}
276277
aria-pressed={isActive}
277278
aria-controls="cklyflow-detail"
278279
onFocus={() => setSelected(i)}

0 commit comments

Comments
 (0)