From 8eabf2ffcfad8331bd1765837b1d74148b90c2f6 Mon Sep 17 00:00:00 2001 From: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com> Date: Fri, 30 Jan 2026 12:22:35 +0100 Subject: [PATCH] [ACS-10233] Corrected headings structure on profile page (#5020) --- .../components/view-profile/view-profile.component.html | 6 +++--- .../components/view-profile/view-profile.component.scss | 9 ++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/projects/aca-content/src/lib/components/view-profile/view-profile.component.html b/projects/aca-content/src/lib/components/view-profile/view-profile.component.html index 1999278a2..31b5c4e7b 100644 --- a/projects/aca-content/src/lib/components/view-profile/view-profile.component.html +++ b/projects/aca-content/src/lib/components/view-profile/view-profile.component.html @@ -18,7 +18,7 @@ [attr.title]="'APP.EDIT_PROFILE.GO_TO_PERSONAL_FILES_BUTTON_LABEL' | translate"> arrow_back -

{{'APP.EDIT_PROFILE.MY_PROFILE' | translate}}

+

{{'APP.EDIT_PROFILE.MY_PROFILE' | translate}}

@@ -31,7 +31,7 @@ [attr.aria-label]="generalSectionButtonTooltip | translate"> {{ generalSectionExpanded ? 'expand_more' : 'chevron_right'}} -

{{'APP.EDIT_PROFILE.GENERAL' | translate}}

+

{{'APP.EDIT_PROFILE.GENERAL' | translate}}

@if (!generalSectionEditMode) { -

{{'APP.EDIT_PROFILE.COMPANY_DETAILS' | translate}}

+

{{'APP.EDIT_PROFILE.COMPANY_DETAILS' | translate}}

@if (!contactSectionEditMode) {