diff --git a/src/app/profile/profile.component.html b/src/app/profile/profile.component.html index b0da44b..bf9bc67 100644 --- a/src/app/profile/profile.component.html +++ b/src/app/profile/profile.component.html @@ -44,9 +44,12 @@
- -

Welcome to {{ this.currentSqueaker.username}}'s Profile Page

+ +
+

Profile - HELLO {{ this.currentSqueaker.username.toUpperCase()}}

+
+
+ background-image @@ -58,7 +61,7 @@

Welcome to {{ this.currentSqueaker.username}}'s Profile Page

{{ this.currentSqueaker.firstName}} {{this.currentSqueaker.lastName}} verified

-

{{ this.currentSqueaker.username }}

+

@{{ this.currentSqueaker.username }}

Joined {{currentSqueaker.joinDate}}