Skip to content

Commit

Permalink
AREG-127 add line break before email
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiga115 committed Apr 15, 2024
1 parent ddbbb25 commit a98a22c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ContactUs = () => {
<Container maxWidth='xl' sx={styles.container} className="container-contact-us">

<Typography variant="subtitle1" align="center" sx={styles.message}>
Have any questions? Please feel free to email us at {" "}
Have any questions? Please feel free to email us at {" "}<br />
<Link
target="_blank"
href="mailto:[email protected]"
Expand Down

0 comments on commit a98a22c

Please sign in to comment.