]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/admin.component.html
provide specific engine boundaries for nodejs and yarn
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / admin.component.html
index 6c98fe45388dfbbe22402182dd8eede57ed2e10f..76d297c52abd096e7097a5aee2301a9f525efc03 100644 (file)
@@ -1,7 +1,7 @@
 <div class="row">
   <div class="sub-menu">
     <ng-template #linkTemplate let-item="item">
-      <a [routerLink]="item.routerLink" routerLinkActive="active" class="title-page">{{ item.label }}</a>
+      <a [routerLink]="item.routerLink" routerLinkActive="active" class="title-page title-page-settings">{{ item.label }}</a>
     </ng-template>
 
     <list-overflow [items]="items" [itemTemplate]="linkTemplate"></list-overflow>