We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 711addf commit 1d7fb3aCopy full SHA for 1d7fb3a
Phonebook.Frontend/src/app/shared/components/navigation/navigation.component.html
@@ -106,7 +106,7 @@
106
</button>
107
</div>
108
<div id="pb-greetings" class="pb-hide-below-big" *ngIf="currentUser != null && hasImage">
109
- {{ (getGreetingMessage() | async) + ' ' + currentUser.Firstname }}
+ {{ (getGreetingMessage() | async) + ' ' + currentUser.Firstname }}!
110
111
<div class="pb-missing-userimage-info pb-hide-below-big" *ngIf="currentUser != null && !hasImage">
112
<button
0 commit comments