aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/menu/menu.component.html
diff options
context:
space:
mode:
authorCaroline Chuong <caroline.chuong@octo.com>2020-06-15 16:42:13 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-06-18 09:02:23 +0200
commitd6d951ddc0c492f3261065b5dcb4df0534d252fc (patch)
tree1a0e1b07ea9f0b6aa1e55fe5651aecba7daa3122 /client/src/app/menu/menu.component.html
parent67c604ae691e372c35dff90e7343c9232dc87511 (diff)
downloadPeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.gz
PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.tar.zst
PeerTube-d6d951ddc0c492f3261065b5dcb4df0534d252fc.zip
Remove uneccessary details to link titles
Diffstat (limited to 'client/src/app/menu/menu.component.html')
-rw-r--r--client/src/app/menu/menu.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html
index f748a47d5..a8d34088c 100644
--- a/client/src/app/menu/menu.component.html
+++ b/client/src/app/menu/menu.component.html
@@ -168,9 +168,9 @@
168 168
169 <div class="footer-copyleft"> 169 <div class="footer-copyleft">
170 <small class="d-inline" i18n-title title="powered by PeerTube - CopyLeft 2015-2020"> 170 <small class="d-inline" i18n-title title="powered by PeerTube - CopyLeft 2015-2020">
171 <a href="https://joinpeertube.org" class="mr-1" i18n-title title="PeerTube website" target="_blank" rel="noopener noreferrer" i18n>powered by PeerTube</a> 171 <a href="https://joinpeertube.org" class="mr-1" target="_blank" rel="noopener noreferrer" i18n>powered by PeerTube</a>
172 172
173 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" i18n-title title="PeerTube license" target="_blank" rel="noopener noreferrer"> 173 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" target="_blank" rel="noopener noreferrer">
174 <span aria-label="copyleft" class="d-inline-block" style="transform: rotateY(180deg)">&copy;</span> 2015-2020 174 <span aria-label="copyleft" class="d-inline-block" style="transform: rotateY(180deg)">&copy;</span> 2015-2020
175 </a> 175 </a>
176 </small> 176 </small>