Commit 64dc813e authored by Marcelo Rivera's avatar Marcelo Rivera

(fix): hidden feeds for now

1 merge request!459WIP: (feat): Minds Pro
Pipeline #74206869 passed with stages
in 30 minutes and 5 seconds
......@@ -24,13 +24,13 @@
</div>
<ng-container *ngIf="!collapseNavItems">
<a
<!-- <a
class="m-proChannelTopbar__navItem"
[routerLink]="['/pro', channel.username, 'feed']"
[queryParams]="{algorithm: 'pro'}"
routerLinkActive="active"
i18n
>Feed</a>
>Feed</a>-->
<a
class="m-proChannelTopbar__navItem"
[routerLink]="['/pro', channel.username, 'videos']"
......
......@@ -3,12 +3,12 @@
<ul class="m-dropdown__list m-pro-user-menu__dropdown mdl-shadow--3dp" [hidden]="!isOpen">
<ng-container *ngIf="showNavItems">
<li
<!-- <li
class="m-dropdownList__item m-pro-user-menuDropdown__item"
(click)="closeMenu()"
>
<a [routerLink]="['/pro', channel.username, 'feed']" routerLinkActive="active" i18n>Feed</a>
</li>
</li>-->
<li
class="m-dropdownList__item m-pro-user-menuDropdown__item"
......
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