]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html
Cleanup title-page CSS
[github/Chocobozzz/PeerTube.git] / client / src / app / +video-channels / video-channel-playlists / video-channel-playlists.component.html
index fa58963ce2d4d76f94085d1ce7dffd48a19f3122..dd0b10d665315307963a872c54ab7efe02b0706f 100644 (file)
@@ -1,7 +1,7 @@
 <div class="margin-content">
-  <div i18n class="title-page title-page-single" *ngIf="pagination.totalItems">
+  <h1 i18n class="title-page" *ngIf="pagination.totalItems">
     Created {pagination.totalItems, plural, =1 {1 playlist} other {{{ pagination.totalItems }} playlists}}
-  </div>
+  </h1>
 
   <div i18n class="no-results" *ngIf="pagination.totalItems === 0">This channel does not have playlists.</div>