Loading src/app/modules/pro/channel/channel.component.html +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading src/app/modules/pro/channel/channel.component.scss +3 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,9 @@ m-pro--channel { minds-avatar { width: 90px; height: 90px; display: inline-flex; align-items: center; cursor: pointer; } .m-proChannelTopbar__logo { Loading Loading
src/app/modules/pro/channel/channel.component.html +4 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
src/app/modules/pro/channel/channel.component.scss +3 −0 Original line number Diff line number Diff line Loading @@ -103,6 +103,9 @@ m-pro--channel { minds-avatar { width: 90px; height: 90px; display: inline-flex; align-items: center; cursor: pointer; } .m-proChannelTopbar__logo { Loading