From fee6fed64af358ebe410e7d47ea0c8efccec6d4e Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 8 Apr 2021 09:23:56 +0300 Subject: Updated profile component to use friend service and updated html to show only add/remove friend button --- src/app/components/profile/profile.component.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/app/components/profile/profile.component.html') diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index 1a360fc..2443469 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -14,12 +14,9 @@
@{{ user.userName }}
-
- - -
+
-- cgit v1.2.3 From bf75b260b2c8b8c11ae3c672ae6378bd24f9f196 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 8 Apr 2021 09:28:51 +0300 Subject: Improved styling of add/remove friend button --- src/app/components/profile/profile.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/components/profile/profile.component.html') diff --git a/src/app/components/profile/profile.component.html b/src/app/components/profile/profile.component.html index 2443469..c6fdee6 100644 --- a/src/app/components/profile/profile.component.html +++ b/src/app/components/profile/profile.component.html @@ -14,7 +14,7 @@
@{{ user.userName }}
- -- cgit v1.2.3