diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-27 12:35:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-27 12:35:42 +0100 |
commit | 0a9131f9615e0aa26ec26c1739fce3aca9fca43f (patch) | |
tree | 3f31b66d0c56f3a5ccfd2d993e0b5c21fe77ad4b /client/src/app/app.component.html | |
parent | 0240da5c3249ee567c679b069c143858194ff142 (diff) | |
download | PeerTube-0a9131f9615e0aa26ec26c1739fce3aca9fca43f.tar.gz PeerTube-0a9131f9615e0aa26ec26c1739fce3aca9fca43f.tar.zst PeerTube-0a9131f9615e0aa26ec26c1739fce3aca9fca43f.zip |
Remove peertube version of footer
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r-- | client/src/app/app.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html index 057a4e19e..2660c5377 100644 --- a/client/src/app/app.component.html +++ b/client/src/app/app.component.html | |||
@@ -29,8 +29,8 @@ | |||
29 | </div> | 29 | </div> |
30 | 30 | ||
31 | <footer class="row"> | 31 | <footer class="row"> |
32 | <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer">PeerTube v{{ getServerVersionAndCommit() }}</a> - | 32 | <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer" i18n>Powered by PeerTube</a> - |
33 | <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2019</a> | 33 | <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2020</a> |
34 | </footer> | 34 | </footer> |
35 | </div> | 35 | </div> |
36 | </div> | 36 | </div> |