Skip to content

Commit

Permalink
feat: reduce exclamation points (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoycoechea-lightit authored Oct 8, 2024
1 parent 19f1817 commit 4fa4d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/eo_web/src/components/ThankYou.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ export const ThankYou = ({
>
{children ?? (
<>
We received your feedback!
We received your feedback.
<br />
<br />
Thank you!
Thank you.
</>
)}
<br />
Expand Down

0 comments on commit 4fa4d9e

Please sign in to comment.