Commit f4e3e78f by Muhammad Usman

update profile fixes

parent c5fd9b7f
......@@ -30,7 +30,10 @@
</div>
<h4 class="tab-heading">Do you want to make any changes to the profile? </h4>
<h4 *ngIf="!asChild" style="font-weight: bold;">Update Career Profile</h4>
<h4 class="tab-heading mt-3">Do you want to make any changes to the profile? </h4>
<div class="row">
<div class="mt-3 col-md-6 d-flex justify-content-center">
......
......@@ -56,7 +56,7 @@ export class PublishComponent extends BaseComponent implements OnInit {
.subscribe(res => {
this.isSaving = false;
if (complete) {
this.toasterService.success('You have completed you career history, one step closer to done.');
this.toasterService.success('You have completed your career history, one step closer to done.');
this.router.navigate(['/my-career-web/dashboard/home']);
} else {
this.getCareerProfile();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment