diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-14 09:30:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-14 09:30:53 +0100 |
commit | 8a9e6ee4a863b5d8981095cfb67c57b7ba75b266 (patch) | |
tree | da3fe337f89f326d6a5ff5454080959f3f852e56 /client/src/app/+about/about-instance/about-instance.component.html | |
parent | 5d221dcda4c4a7daae0660ef0b9c2ed8d36e068a (diff) | |
download | PeerTube-8a9e6ee4a863b5d8981095cfb67c57b7ba75b266.tar.gz PeerTube-8a9e6ee4a863b5d8981095cfb67c57b7ba75b266.tar.zst PeerTube-8a9e6ee4a863b5d8981095cfb67c57b7ba75b266.zip |
Fix themes in about page
Diffstat (limited to 'client/src/app/+about/about-instance/about-instance.component.html')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index bb337fdf3..40602311c 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -7,7 +7,7 @@ | |||
7 | <button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button> | 7 | <button i18n *ngIf="isContactFormEnabled" (click)="openContactModal()" (keydown.enter)="openContactModal()" class="contact-admin">Contact administrator</button> |
8 | </div> | 8 | </div> |
9 | 9 | ||
10 | <div class="block instance-badges"> | 10 | <div class="block instance-badges" *ngIf="categories.length !== 0 || languages.length !== 0"> |
11 | <span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span> | 11 | <span *ngFor="let category of categories" class="badge badge-primary category">{{ category }}</span> |
12 | 12 | ||
13 | <span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span> | 13 | <span *ngFor="let language of languages" class="badge badge-secondary language">{{ language }}</span> |