diff --git a/DocuSign.MyBusiness/DocuSign.MyBusiness/ClientApp/src/app/home/actions/actions.component.ts b/DocuSign.MyBusiness/DocuSign.MyBusiness/ClientApp/src/app/home/actions/actions.component.ts index eb468e6..ab039c8 100644 --- a/DocuSign.MyBusiness/DocuSign.MyBusiness/ClientApp/src/app/home/actions/actions.component.ts +++ b/DocuSign.MyBusiness/DocuSign.MyBusiness/ClientApp/src/app/home/actions/actions.component.ts @@ -39,7 +39,12 @@ export class ActionsComponent implements OnInit { description: `Actions.UpdateProfileDescription`, actionTitle: `Actions.InitiateButton`, action: () => this.router.navigate(['/update-profile']), - featuresDescription: [`Actions.UpdateProfileFeature1`, `Actions.UpdateProfileFeature2`, `Actions.UpdateProfileFeature3`, `Actions.UpdateProfileFeature4`], + featuresDescription: [ + `Actions.UpdateProfileFeature1`, + `Actions.UpdateProfileFeature2`, + `Actions.UpdateProfileFeature3`, + `Actions.UpdateProfileFeature4` + ], iconSrc: 'assets/img/ic-custom-three.png' }, { diff --git a/DocuSign.MyBusiness/DocuSign.MyBusiness/ClientApp/src/app/shared/header/header.component.html b/DocuSign.MyBusiness/DocuSign.MyBusiness/ClientApp/src/app/shared/header/header.component.html index 36e46da..04ce20d 100644 --- a/DocuSign.MyBusiness/DocuSign.MyBusiness/ClientApp/src/app/shared/header/header.component.html +++ b/DocuSign.MyBusiness/DocuSign.MyBusiness/ClientApp/src/app/shared/header/header.component.html @@ -1,13 +1,13 @@