Skip to content

Commit 1d7fb3a

Browse files
mschwrdtnrDanielHabenicht
authored andcommitted
fix(user-greeting): add exclamation mark (#167)
1 parent 711addf commit 1d7fb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Phonebook.Frontend/src/app/shared/components/navigation/navigation.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
</button>
107107
</div>
108108
<div id="pb-greetings" class="pb-hide-below-big" *ngIf="currentUser != null && hasImage">
109-
{{ (getGreetingMessage() | async) + ' ' + currentUser.Firstname }}
109+
{{ (getGreetingMessage() | async) + ' ' + currentUser.Firstname }}!
110110
</div>
111111
<div class="pb-missing-userimage-info pb-hide-below-big" *ngIf="currentUser != null && !hasImage">
112112
<button

0 commit comments

Comments
 (0)