diff options
author | Wicklow <wicklow@framasoft.org> | 2023-02-17 10:40:37 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-02-20 13:52:22 +0100 |
commit | 178af31cb8624567a26a1ca06cba9f3a475be330 (patch) | |
tree | b06d68f83dbf8c8d60911629be940772224f8143 /client/src/app/+about/about-instance/about-instance.component.html | |
parent | 422a11e2a4e52ec8a052a9646e1677cf284931a2 (diff) | |
download | PeerTube-178af31cb8624567a26a1ca06cba9f3a475be330.tar.gz PeerTube-178af31cb8624567a26a1ca06cba9f3a475be330.tar.zst PeerTube-178af31cb8624567a26a1ca06cba9f3a475be330.zip |
Change bootstrap helpers and variables
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 5230b5c4e..4c7504628 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -2,7 +2,7 @@ | |||
2 | <div class="col-md-12 col-xl-6"> | 2 | <div class="col-md-12 col-xl-6"> |
3 | 3 | ||
4 | <div class="d-flex justify-content-between"> | 4 | <div class="d-flex justify-content-between"> |
5 | <h1 i18n class="fw-semibold pt-fs-5">About {{ instanceName }}</h1> | 5 | <h1 i18n class="fw-semibold fs-5">About {{ instanceName }}</h1> |
6 | 6 | ||
7 | <a routerLink="/about/contact" i18n *ngIf="isContactFormEnabled" class="peertube-button-link orange-button h-100 d-flex align-items-center">Contact us</a> | 7 | <a routerLink="/about/contact" i18n *ngIf="isContactFormEnabled" class="peertube-button-link orange-button h-100 d-flex align-items-center">Contact us</a> |
8 | </div> | 8 | </div> |