Commit aad3c095 authored by Marcelo Rivera's avatar Marcelo Rivera

(feat): open footer links in new tabs

1 merge request!528WIP: (feat): Minds Pro
Pipeline #81561327 failed with stages
in 5 minutes and 13 seconds
......@@ -4,6 +4,7 @@
*ngFor="let link of footerLinks"
class="m-pro--channel-footer--link"
[href]="link.href"
target="_blank"
>
{{ link.title }}
</a>
......@@ -19,9 +20,11 @@
@{{ currentUsername }}
</a>
<a class="m-pro--channel-footer--link" (click)="logout()" i18n
>Logout</a
>
<a class="m-pro--channel-footer--link"
(click)="logout()"
i18n
>Logout
</a>
</ng-container>
<ng-container *ngIf="!isOwner">
......@@ -41,8 +44,9 @@
[href]="getSocialProfileURL(profile.value)"
rel="noopener noreferrer"
target="_blank"
><i [ngClass]="[getSocialProfileIconClass(profile)]"></i
></a>
>
<i [ngClass]="[getSocialProfileIconClass(profile)]"></i>
</a>
</span>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment