Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
zarSou9 committed Jun 9, 2024
1 parent 5f9a161 commit fb922e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Feedback/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const FeedbackForm = ({onSubmit, onClose, options, className}: FeedbackFormProps
return (
<div ref={clickCheckerRef} className={'feedback-form bordered ' + (className ?? '')}>
<button onClick={onClose} className="mobile-only escape-feedback">
<XLarge></XLarge>
<XLarge />
</button>
<span className="black small padding-bottom-32">What was the problem?</span>
{options?.map((option) => (
Expand Down

0 comments on commit fb922e7

Please sign in to comment.