Skip to content

Commit

Permalink
Fix whitespace around email link on NotFoundPage
Browse files Browse the repository at this point in the history
  • Loading branch information
benmartin-coforma committed Jan 29, 2025
1 parent f10ede7 commit 81c3dc6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export const NotFoundPage = () => {
</Heading>
<Box>
<Text>
Please email
Please email{" "}
<Link href={`mailto:${HELP_DESK_EMAIL_ADDRESS}`} isExternal>
{HELP_DESK_EMAIL_ADDRESS}
</Link>
</Link>{" "}
for help or feedback.
</Text>
<Text>
Expand Down

0 comments on commit 81c3dc6

Please sign in to comment.