From 8546bbc81430100f49f7b3669f3e90c512b1d725 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Tue, 6 Jun 2023 13:10:01 +0100 Subject: [PATCH] Merge pull request #13184 from overleaf/jpa-spacing-email-confirmation [web] ensure spacing between email confirmation message and button GitOrigin-RevId: 09bd10f79620374b73a4cf5cb5c91c14f00118ed --- .../components/notifications/groups/confirm-email.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/js/features/project-list/components/notifications/groups/confirm-email.tsx b/services/web/frontend/js/features/project-list/components/notifications/groups/confirm-email.tsx index 186d45ef32..dd34048d8c 100644 --- a/services/web/frontend/js/features/project-list/components/notifications/groups/confirm-email.tsx +++ b/services/web/frontend/js/features/project-list/components/notifications/groups/confirm-email.tsx @@ -77,7 +77,7 @@ function ConfirmEmailNotification({ userEmail }: { userEmail: UserEmailData }) { <> {t('please_confirm_email', { emailAddress: userEmail.email, - })} + })}{' '}