Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 588a70a

Browse files
authored
Change casing on contact form submission message (#1015)
1 parent cd112b0 commit 588a70a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SubmissionSucess.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ const SubmissionSucess = () => (
3939
<Styled>
4040
<img src={tick} alt="Tick" />
4141
<h1>
42-
<span>Thanks for Your Mail,</span>
43-
<br /> We'll Get Back to you soon!
42+
<span>Thanks!</span>
43+
<br /> We'll get back to you soon.
4444
</h1>
4545
</Styled>
4646
)

0 commit comments

Comments
 (0)