From c2faa073d113f410275021ed4de4b60fef118c13 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 10 Jun 2022 17:05:55 +0200 Subject: Replace glyphicon chevron --- .../src/app/+admin/follows/followers-list/followers-list.component.html | 2 +- .../src/app/+admin/follows/following-list/following-list.component.html | 2 +- .../video-redundancies-list/video-redundancies-list.component.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'client/src/app/+admin') diff --git a/client/src/app/+admin/follows/followers-list/followers-list.component.html b/client/src/app/+admin/follows/followers-list/followers-list.component.html index 38def2fbb..a7d95e4a4 100644 --- a/client/src/app/+admin/follows/followers-list/followers-list.component.html +++ b/client/src/app/+admin/follows/followers-list/followers-list.component.html @@ -41,7 +41,7 @@ {{ follow.follower.name + '@' + follow.follower.host }} - + diff --git a/client/src/app/+admin/follows/following-list/following-list.component.html b/client/src/app/+admin/follows/following-list/following-list.component.html index 207ca81a4..106e1805e 100644 --- a/client/src/app/+admin/follows/following-list/following-list.component.html +++ b/client/src/app/+admin/follows/following-list/following-list.component.html @@ -43,7 +43,7 @@ {{ follow.following.name + '@' + follow.following.host }} - + diff --git a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html index f13a0c378..12b07da11 100644 --- a/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html +++ b/client/src/app/+admin/follows/video-redundancies-list/video-redundancies-list.component.html @@ -46,7 +46,7 @@ {{ redundancy.name }} - + -- cgit v1.2.3