Commit 7ed2ae0e authored by Juan Manuel Solaro's avatar Juan Manuel Solaro

Top bar logo should nav to Pro root

1 merge request!459WIP: (feat): Minds Pro
Pipeline #73580903 running with stages
......@@ -6,6 +6,7 @@
<img
class="m-proChannelTopbar__logo"
[src]="channel.pro_settings.logo_image"
[routerLink]="['/pro', channel.username]"
>
<div class="m-proChannelTopbar__SearchBox">
......
......@@ -28,6 +28,7 @@ m-pro--channel {
.m-proChannelTopbar__logo {
max-height: 100%;
cursor: pointer;
}
& > * {
......
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