mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02: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:
+1
-1
@@ -77,7 +77,7 @@ function ConfirmEmailNotification({ userEmail }: { userEmail: UserEmailData }) {
|
||||
<>
|
||||
{t('please_confirm_email', {
|
||||
emailAddress: userEmail.email,
|
||||
})}
|
||||
})}{' '}
|
||||
<Button
|
||||
bsStyle="link"
|
||||
className="btn-inline-link"
|
||||
|
||||
Reference in New Issue
Block a user