]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+video-channels/video-channels.component.html
Decrease AP video cache
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channels.component.html
index 098e1eed4be7c05c1d68882973b234a2b75c6574..6f14e62a1f700b026d5075b5f65b6a9aef12cf95 100644 (file)
@@ -5,7 +5,9 @@
       <img [src]="videoChannel.avatarUrl" alt="Avatar" />
 
       <div class="actor-info">
-        <div class="actor-display-name">{{ videoChannel.displayName }}</div>
+        <div class="actor-names">
+          <div class="actor-display-name">{{ videoChannel.displayName }}</div>
+        </div>
         <div class="actor-followers">{{ videoChannel.followersCount }} subscribers</div>
       </div>
     </div>