Skip to content

Commit

Permalink
arai label button undo
Browse files Browse the repository at this point in the history
  • Loading branch information
gerouvi committed May 29, 2024
1 parent 22cf1c0 commit 8f0dbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Process/Questions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const Questions = () => {
<Flex ml='auto' justifyContent='end' flexDirection='row' gap={3}>
{!voted && (
<IconButton
aria-label='desfer'
aria-label='desmarcar totes les opcions'
icon={<FaUndo />}
bgColor='white'
color='black'
Expand Down

1 comment on commit 8f0dbf6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.