From 0522f28b6178060706031e4b81ef30848f803209 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 3 Feb 2021 10:44:54 +0200 Subject: Fixed profile picture in front-end model --- .../src/app/components/comment/comment.component.html | 2 +- .../src/app/components/feed/feed.component.html | 4 ++-- .../src/app/components/post/post.component.html | 2 +- .../src/app/components/profile/profile.component.html | 2 +- src/DevHive.Angular/src/models/identity/user.ts | 14 +++++++------- 5 files changed, 12 insertions(+), 12 deletions(-) (limited to 'src') diff --git a/src/DevHive.Angular/src/app/components/comment/comment.component.html b/src/DevHive.Angular/src/app/components/comment/comment.component.html index 8908b25..718e25c 100644 --- a/src/DevHive.Angular/src/app/components/comment/comment.component.html +++ b/src/DevHive.Angular/src/app/components/comment/comment.component.html @@ -3,7 +3,7 @@
- +
{{ user.firstName }} {{ user.lastName }} diff --git a/src/DevHive.Angular/src/app/components/feed/feed.component.html b/src/DevHive.Angular/src/app/components/feed/feed.component.html index 6d3da5f..c584055 100644 --- a/src/DevHive.Angular/src/app/components/feed/feed.component.html +++ b/src/DevHive.Angular/src/app/components/feed/feed.component.html @@ -3,7 +3,7 @@