aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+my-library/+my-video-channels/my-video-channels.component.html')
-rw-r--r--client/src/app/+my-library/+my-video-channels/my-video-channels.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
index a48731e7c..d97c35eff 100644
--- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
+++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.html
@@ -1,5 +1,5 @@
1<h1> 1<h1>
2 <span> 2 <span class="text-nowrap me-2">
3 <my-global-icon iconName="channel" aria-hidden="true"></my-global-icon> 3 <my-global-icon iconName="channel" aria-hidden="true"></my-global-icon>
4 <ng-container i18n>My channels</ng-container> 4 <ng-container i18n>My channels</ng-container>
5 <span *ngIf="totalItems" class="pt-badge badge-secondary">{{ totalItems }}</span> 5 <span *ngIf="totalItems" class="pt-badge badge-secondary">{{ totalItems }}</span>
@@ -15,7 +15,7 @@
15 15
16<my-channels-setup-message [hideLink]="true"></my-channels-setup-message> 16<my-channels-setup-message [hideLink]="true"></my-channels-setup-message>
17 17
18<div class="video-channels-header d-flex justify-content-between"> 18<div class="video-channels-header d-flex justify-content-between gap-2">
19 <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter> 19 <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter>
20 20
21 <a class="create-button" routerLink="/manage/create"> 21 <a class="create-button" routerLink="/manage/create">