diff --git a/webiu-ui/src/app/components/profile-card/profile-card.component.html b/webiu-ui/src/app/components/profile-card/profile-card.component.html index 8706a3aa..4389580a 100644 --- a/webiu-ui/src/app/components/profile-card/profile-card.component.html +++ b/webiu-ui/src/app/components/profile-card/profile-card.component.html @@ -1,11 +1,17 @@
- -

{{ login }}

-

{{ contributions }} contributions

+ {{ login }}'s profile picture +

{{ login || 'Unknown User' }}

+

{{ contributions || 0 }} contributions

+
-

{{ followers }} followers

-

{{ following }} followings

+

{{ followers || 0 }} followers

+

{{ following || 0 }} followings

+
- {{ login }}{{ login }}