Fix typo in subscription confirmation message

This commit is contained in:
Simon Larsen
2024-12-17 17:41:44 +00:00
parent 1d5e838afa
commit b935cef5a0

View File

@@ -188,7 +188,8 @@ const SubscribePage: FunctionComponent<SubscribePageProps> = (
{isSuccess && (
<p className="text-center text-gray-400 mb-20 mt-20">
{" "}
Confirmation link has been sent to your email. If you don't see the email, please check your spam folder.{" "}
Confirmation link has been sent to your email. If you don&apos;t
see the email, please check your spam folder.{" "}
</p>
)}