1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Add instance banner on login page

This commit is contained in:
Chocobozzz 2024-02-20 14:34:33 +01:00
parent cbfe10a43e
commit 93f9677463
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 116 additions and 66 deletions

View file

@ -0,0 +1,3 @@
<div class="banner" [ngClass]="{ rounded }">
<img class="rounded" [src]="instanceBannerUrl" alt="Instance banner">
</div>