aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+about/about-peertube/about-peertube.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-12 11:00:51 +0100
committerChocobozzz <me@florianbigard.com>2021-11-12 11:00:51 +0100
commit8db19c959e437521db195e3cce96cb4386ed51c1 (patch)
tree657fe4eb083bb24acf1aacd2b6a822155ceabb04 /client/src/app/+about/about-peertube/about-peertube.component.html
parenta7dbc608714ed1981783cd98fd6909866fa78236 (diff)
downloadPeerTube-8db19c959e437521db195e3cce96cb4386ed51c1.tar.gz
PeerTube-8db19c959e437521db195e3cce96cb4386ed51c1.tar.zst
PeerTube-8db19c959e437521db195e3cce96cb4386ed51c1.zip
Remove contributors list from /about/peertube
Some contributors don't want to be associated to a particular peertube instance
Diffstat (limited to 'client/src/app/+about/about-peertube/about-peertube.component.html')
-rw-r--r--client/src/app/+about/about-peertube/about-peertube.component.html4
1 files changed, 1 insertions, 3 deletions
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 27dd0f609..62689e3ae 100644
--- a/client/src/app/+about/about-peertube/about-peertube.component.html
+++ b/client/src/app/+about/about-peertube/about-peertube.component.html
@@ -1,6 +1,6 @@
1<div class="root"> 1<div class="root">
2 <h1 i18n class="about-peertube-title"> 2 <h1 i18n class="about-peertube-title">
3 What is PeerTube? 3 This website is powered by PeerTube
4 </h1> 4 </h1>
5 5
6 <img class="mascot" width="121px" height="147px" src="/client/assets/images/mascot/default.svg" alt="mascot"/> 6 <img class="mascot" width="121px" height="147px" src="/client/assets/images/mascot/default.svg" alt="mascot"/>
@@ -63,8 +63,6 @@
63 </div> 63 </div>
64 64
65 <div class="privacy-contributors"> 65 <div class="privacy-contributors">
66 <my-about-peertube-contributors></my-about-peertube-contributors>
67
68 <div class="p2p-privacy"> 66 <div class="p2p-privacy">
69 <h2 class="section-title"> 67 <h2 class="section-title">
70 <div class="anchor" id="privacy"></div> <!-- privacy anchor --> 68 <div class="anchor" id="privacy"></div> <!-- privacy anchor -->