aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-tables
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-tables')
-rw-r--r--client/src/app/shared/shared-tables/video-cell.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-tables/video-cell.component.html b/client/src/app/shared/shared-tables/video-cell.component.html
index fb7d852ab..ea432b70e 100644
--- a/client/src/app/shared/shared-tables/video-cell.component.html
+++ b/client/src/app/shared/shared-tables/video-cell.component.html
@@ -13,7 +13,7 @@
13 {{ video.name }} 13 {{ video.name }}
14 </div> 14 </div>
15 15
16 <div class="text-muted">by {{ video.channel?.displayName }} on {{ video.channel?.host }} </div> 16 <div class="muted">by {{ video.channel?.displayName }} on {{ video.channel?.host }} </div>
17 </div> 17 </div>
18 </div> 18 </div>
19</a> 19</a>