mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #13184 from overleaf/jpa-spacing-email-confirmation
[web] ensure spacing between email confirmation message and button GitOrigin-RevId: 09bd10f79620374b73a4cf5cb5c91c14f00118ed
This commit is contained in:
parent
a0e8958a9c
commit
8546bbc814
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ function ConfirmEmailNotification({ userEmail }: { userEmail: UserEmailData }) {
|
||||||
<>
|
<>
|
||||||
{t('please_confirm_email', {
|
{t('please_confirm_email', {
|
||||||
emailAddress: userEmail.email,
|
emailAddress: userEmail.email,
|
||||||
})}
|
})}{' '}
|
||||||
<Button
|
<Button
|
||||||
bsStyle="link"
|
bsStyle="link"
|
||||||
className="btn-inline-link"
|
className="btn-inline-link"
|
||||||
|
|
Loading…
Reference in a new issue