]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+error-page/error-page.component.html
Fix video channels quick filter overflow
[github/Chocobozzz/PeerTube.git] / client / src / app / +error-page / error-page.component.html
index 070985d3c62874b95fac7dcaede0deca33efc073..6a1675f902c39f7825979a15cf744cd6efcf197b 100644 (file)
       <ng-container *ngIf="type !== 'video'" i18n>You might need to login to see the resource.</ng-container>
     </div>
 
-    <a class="peertube-button-big-link orange-button mt-5" i18n routerLink="/login">
-      Login
-    </a>
-
+    <my-login-link className="peertube-button-big-link orange-button mt-5"></my-login-link>
   </div>
 
   <div *ngIf="status === 403" class="box">
@@ -57,5 +54,5 @@
     <div class="muted" i18n="This is about Sepia's tea">Sepia seems to like it.</div>
   </div>
 
-  <img src='/client/assets/images/mascot/{{ getMascotName() }}.svg' alt='{{ status }} mascot' class="mb-4">
+  <img src='/client/assets/images/mascot/{{ getMascotName() }}.svg' alt='{{ status }} mascot' class="mb-4 h-auto">
 </div>