aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorWicklow <wicklow@framasoft.org>2023-02-17 10:40:37 +0100
committerChocobozzz <chocobozzz@cpy.re>2023-02-20 13:52:22 +0100
commit178af31cb8624567a26a1ca06cba9f3a475be330 (patch)
treeb06d68f83dbf8c8d60911629be940772224f8143 /client/src/app
parent422a11e2a4e52ec8a052a9646e1677cf284931a2 (diff)
downloadPeerTube-178af31cb8624567a26a1ca06cba9f3a475be330.tar.gz
PeerTube-178af31cb8624567a26a1ca06cba9f3a475be330.tar.zst
PeerTube-178af31cb8624567a26a1ca06cba9f3a475be330.zip
Change bootstrap helpers and variables
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+about/about-instance/about-instance.component.html2
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.html6
2 files changed, 4 insertions, 4 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>
diff --git a/client/src/app/+about/about-peertube/about-peertube.component.html b/client/src/app/+about/about-peertube/about-peertube.component.html
index c748154e9..c0177fe6c 100644
--- a/client/src/app/+about/about-peertube/about-peertube.component.html
+++ b/client/src/app/+about/about-peertube/about-peertube.component.html
@@ -1,5 +1,5 @@
1<div class="root"> 1<div class="root">
2 <h1 i18n class="pt-fs-3 text-center fw-semibold mb-3"> 2 <h1 i18n class="fs-3 text-center fw-semibold mb-3">
3 This website is powered by PeerTube 3 This website is powered by PeerTube
4 </h1> 4 </h1>
5 5
@@ -60,7 +60,7 @@
60 </div> 60 </div>
61 61
62 <div class="d-flex flex-column"> 62 <div class="d-flex flex-column">
63 <h2 class="mb-4 mt-5 text-center pt-fs-5 fw-semibold"> 63 <h2 class="mb-4 mt-5 text-center fs-5 fw-semibold">
64 <div class="anchor" id="privacy"></div> <!-- privacy anchor --> 64 <div class="anchor" id="privacy"></div> <!-- privacy anchor -->
65 <ng-container i18n>P2P & Privacy</ng-container> 65 <ng-container i18n>P2P & Privacy</ng-container>
66 </h2> 66 </h2>
@@ -76,7 +76,7 @@
76 tracker as long as you download or watch the video. 76 tracker as long as you download or watch the video.
77 </p> 77 </p>
78 78
79 <h3 i18n class="pt-fs-5">What are the consequences?</h3> 79 <h3 i18n class="fs-5">What are the consequences?</h3>
80 80
81 <p i18n> 81 <p i18n>
82 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 82 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.