diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-21 11:28:46 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-21 11:28:46 +0200 |
commit | 6e391224d48e76bb2b26267dc3a8adeb27c99122 (patch) | |
tree | 29b63ad459ec50cd943d2dda309e04a2d06e7ea1 /client/src/app | |
parent | a91e9beb3fa775633fbac21275af39975c212cb0 (diff) | |
download | PeerTube-6e391224d48e76bb2b26267dc3a8adeb27c99122.tar.gz PeerTube-6e391224d48e76bb2b26267dc3a8adeb27c99122.tar.zst PeerTube-6e391224d48e76bb2b26267dc3a8adeb27c99122.zip |
Fix missing link orange
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+login/login.component.html | 2 |
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> |