diff --git a/services/web/app/views/user/primaryEmailCheck.pug b/services/web/app/views/user/primaryEmailCheck.pug index cd3f0399a0..6650dcca8f 100644 --- a/services/web/app/views/user/primaryEmailCheck.pug +++ b/services/web/app/views/user/primaryEmailCheck.pug @@ -6,9 +6,10 @@ block vars block content main#main-content .auth-aux-container - img.w-50.d-block( - src=buildImgPath('ol-brand/overleaf.svg') - alt=settings.appName + img.d-block( + src=buildImgPath('ol-brand/verso-logo.svg') + alt='Verso' + style='height:36px;width:auto;margin-bottom:1.5rem' ) h1.h3.mb-3 #{translate("keep_your_account_safe")} div(data-ol-multi-submit) diff --git a/services/web/app/views/user/setPassword.pug b/services/web/app/views/user/setPassword.pug index c2f62e853d..5d9f37afb3 100644 --- a/services/web/app/views/user/setPassword.pug +++ b/services/web/app/views/user/setPassword.pug @@ -8,7 +8,7 @@ block vars block content main#main-content a.auth-aux-logo(href='/') - img(src=buildImgPath('ol-brand/overleaf-o-dark.svg') alt=settings.appName) + img(src=buildImgPath('ol-brand/verso-square.svg') alt='Verso') .auth-aux-container form( name='passwordResetForm' diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 35e852c086..51ee066df8 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -473,6 +473,7 @@ "demonstrating_track_changes_feature": "", "department": "", "description": "", + "card_size": "", "deselect_all": "", "details": "", "details_provided_by_google_explanation": "", diff --git a/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx b/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx index f3759217d2..c051686ed7 100644 --- a/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx +++ b/services/web/frontend/js/features/project-list/components/project-list-lumiere.tsx @@ -246,7 +246,7 @@ export function ProjectListLumiere() {