Skip to content

Commit

Permalink
fix close wording
Browse files Browse the repository at this point in the history
  • Loading branch information
meelrossi committed May 11, 2023
1 parent 5296ae2 commit f826574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AuthorizationModal/AuthorizationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function AuthorizationModal({
>
<Button
basic
aria-label={close}
aria-label="Close"
className="close-button"
onClick={onClose}
/>
Expand Down

0 comments on commit f826574

Please sign in to comment.