From 35fe58c2f8f4a1ac0ede16b1a7d8763c25b8febe Mon Sep 17 00:00:00 2001 From: Wicklow Date: Thu, 16 Feb 2023 12:31:45 +0100 Subject: Refactoring style for about component --- client/src/app/+about/about-follows/about-follows.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/app/+about/about-follows/about-follows.component.html') diff --git a/client/src/app/+about/about-follows/about-follows.component.html b/client/src/app/+about/about-follows/about-follows.component.html index 6516b595d..84626809d 100644 --- a/client/src/app/+about/about-follows/about-follows.component.html +++ b/client/src/app/+about/about-follows/about-follows.component.html @@ -2,7 +2,7 @@

Follows

-

Followers of {{ instanceName }} ({{ followersPagination.totalItems }})

+

Followers of {{ instanceName }} ({{ followersPagination.totalItems }})

{{ instanceName }} does not have followers.
@@ -10,11 +10,11 @@ {{ follower }} - +
-

Subscriptions of {{ instanceName }} ({{ followingsPagination.totalItems }})

+

Subscriptions of {{ instanceName }} ({{ followingsPagination.totalItems }})

{{ instanceName }} does not have subscriptions.
@@ -22,7 +22,7 @@ {{ following }} - +
-- cgit v1.2.3