Commit 84afeefe authored by Mark Harding's avatar Mark Harding

(fix): #2097 positioning of pro logo

1 merge request!590WIP: Epic/pro affiliate launch
Pipeline #89279724 running with stages
......@@ -2,7 +2,10 @@
<ng-container *ngIf="channel">
<div class="m-proChannel__topbar">
<ng-container *ngIf="!channel.pro_settings.logo_guid; else customLogo">
<minds-avatar [object]="channel"> </minds-avatar>
<minds-avatar
[object]="channel"
[routerLink]="homeRouterLink"
></minds-avatar>
</ng-container>
<ng-template #customLogo>
<img
......
......@@ -103,6 +103,9 @@ m-pro--channel {
minds-avatar {
width: 90px;
height: 90px;
display: inline-flex;
align-items: center;
cursor: pointer;
}
.m-proChannelTopbar__logo {
......
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