Commit 62de2f5b by Muhammad Usman

S67669408 # Client Incoming Issues #Extra space character in heading

parent d6f55ae8
...@@ -3,7 +3,14 @@ ...@@ -3,7 +3,14 @@
<div class="home-header"> <div class="home-header">
<div class="home-header-heading"> <div class="home-header-heading">
<span *ngIf="careerProfile?.Candidate?.IsFirstTime">Hey {{careerProfile?.Candidate?.User?.FirstName | truncate : 10}}, Welcome to Matchd Career.</span> <span *ngIf="careerProfile?.Candidate?.IsFirstTime">
<ng-container *ngIf="careerProfile?.Candidate?.User?.FirstName">
Hey {{careerProfile?.Candidate?.User?.FirstName | truncate : 10}}, Welcome to Matchd Career.
</ng-container>
<ng-container *ngIf="!careerProfile?.Candidate?.User?.FirstName">
Hey, Welcome to Matchd Career.
</ng-container>
</span>
<span *ngIf="!careerProfile?.Candidate?.IsFirstTime">Hi {{careerProfile?.Candidate?.User?.FirstName | truncate : 10}}, Welcome back.</span> <span *ngIf="!careerProfile?.Candidate?.IsFirstTime">Hi {{careerProfile?.Candidate?.User?.FirstName | truncate : 10}}, Welcome back.</span>
</div> </div>
......
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