aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-instance/about-instance.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-01-20 10:45:48 +0100
committerChocobozzz <me@florianbigard.com>2021-01-20 10:45:48 +0100
commitfd7ca7a72c2a89978fd548025b7980815babf3be (patch)
treec33a6e70a00c1d56481c92e73d9c29bc0a7b535a /client/src/app/+about/about-instance/about-instance.component.html
parent471251fa14a4878e9e9858a3595ad5c7c93fa38c (diff)
downloadPeerTube-fd7ca7a72c2a89978fd548025b7980815babf3be.tar.gz
PeerTube-fd7ca7a72c2a89978fd548025b7980815babf3be.tar.zst
PeerTube-fd7ca7a72c2a89978fd548025b7980815babf3be.zip
Fix about page layout
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.html2
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 40602311c..d8794d602 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" *ngIf="categories.length !== 0 || languages.length !== 0"> 10 <div class="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>