aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+login/login.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-21 11:28:46 +0200
committerChocobozzz <me@florianbigard.com>2022-06-21 11:28:46 +0200
commit6e391224d48e76bb2b26267dc3a8adeb27c99122 (patch)
tree29b63ad459ec50cd943d2dda309e04a2d06e7ea1 /client/src/app/+login/login.component.html
parenta91e9beb3fa775633fbac21275af39975c212cb0 (diff)
downloadPeerTube-6e391224d48e76bb2b26267dc3a8adeb27c99122.tar.gz
PeerTube-6e391224d48e76bb2b26267dc3a8adeb27c99122.tar.zst
PeerTube-6e391224d48e76bb2b26267dc3a8adeb27c99122.zip
Fix missing link orange
Diffstat (limited to 'client/src/app/+login/login.component.html')
-rw-r--r--client/src/app/+login/login.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+login/login.component.html b/client/src/app/+login/login.component.html
index aac2611c6..f3a2476f9 100644
--- a/client/src/app/+login/login.component.html
+++ b/client/src/app/+login/login.component.html
@@ -18,7 +18,7 @@
18 </p> 18 </p>
19 19
20 <p *ngIf="!signupAllowed" i18n> 20 <p *ngIf="!signupAllowed" i18n>
21 Currently this instance doesn't allow for user registration, you may check the <a (click)="onTermsClick($event, instanceInformation)" href='#'>Terms</a> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there. 21 Currently this instance doesn't allow for user registration, you may check the <a class="link-orange" (click)="onTermsClick($event, instanceInformation)" href='#'>Terms</a> for more details or find an instance that gives you the possibility to sign up for an account and upload your videos there.
22 Find yours among multiple instances at: <a class="link-orange" href="https://joinpeertube.org/instances" target="_blank" rel="noopener noreferrer">https://joinpeertube.org/instances</a>. 22 Find yours among multiple instances at: <a class="link-orange" href="https://joinpeertube.org/instances" target="_blank" rel="noopener noreferrer">https://joinpeertube.org/instances</a>.
23 </p> 23 </p>
24 </div> 24 </div>