From ace396c4e0d65362fd8b82c86e88085622927b43 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 13 Apr 2021 15:45:49 +0200 Subject: Display account/channel creation date in title It's not a really important information --- client/src/app/+video-channels/video-channels.component.html | 4 +--- client/src/app/+video-channels/video-channels.component.scss | 7 +------ 2 files changed, 2 insertions(+), 9 deletions(-) (limited to 'client/src/app/+video-channels') diff --git a/client/src/app/+video-channels/video-channels.component.html b/client/src/app/+video-channels/video-channels.component.html index 1312a1b3c..91db820fc 100644 --- a/client/src/app/+video-channels/video-channels.component.html +++ b/client/src/app/+video-channels/video-channels.component.html @@ -57,7 +57,7 @@
-

{{ videoChannel.displayName }}

+

{{ videoChannel.displayName }}

@@ -87,8 +87,6 @@
- -
Channel created on {{ videoChannel.createdAt | date }}