Skip to content
This repository was archived by the owner on Aug 18, 2025. It is now read-only.

Commit cbedc32

Browse files
coorassealexreardon
authored andcommitted
correct aria-label for lift button (#1606)
1 parent cbd6327 commit cbedc32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stories/src/programmatic/with-controls.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function Controls(props: ControlProps) {
111111
}}
112112
>
113113
Lift{' '}
114-
<span role="img" aria-label="drop">
114+
<span role="img" aria-label="lift">
115115
🏋️‍♀️
116116
</span>
117117
</ActionButton>

0 commit comments

Comments
 (0)