Skip to content

Commit 668e7fd

Browse files
committed
fix: add missing space symbol to the 'additional.help.text' field
1 parent ff3fce9 commit 668e7fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/forgot-password/ForgotPasswordPage.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ const ForgotPasswordPage = (props) => {
153153
)}
154154
<p className="mt-5.5 small text-gray-700">
155155
{formatMessage(messages['additional.help.text'], { platformName })}
156+
&nbsp;
156157
<span>
157158
<Hyperlink isInline destination={`mailto:${getConfig().INFO_EMAIL}`}>{getConfig().INFO_EMAIL}</Hyperlink>
158159
</span>

0 commit comments

Comments
 (0)