Skip to content

Commit

Permalink
remove option to subscribe for courses
Browse files Browse the repository at this point in the history
This removes the option to subscribe for courses as now everything is freely available
  • Loading branch information
SudharakaP committed Apr 11, 2020
1 parent 834f950 commit 03be95b
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/main/webapp/app/layouts/navbar/navbar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,13 @@
<span>Reset Password</span>
</a>
</li>
<li *ngSwitchCase="true">
<a class="dropdown-item" routerLink="subscribe" routerLinkActive="active" (click)="collapseNavbar()">
<fa-icon [icon]="'credit-card'" [fixedWidth]="true"></fa-icon>
<span>Subscribe</span>
</a>
</li>
<!-- Remove Subscribe option as now everything is freely available -->
<!-- <li *ngSwitchCase="true">-->
<!-- <a class="dropdown-item" routerLink="subscribe" routerLinkActive="active" (click)="collapseNavbar()">-->
<!-- <fa-icon [icon]="'credit-card'" [fixedWidth]="true"></fa-icon>-->
<!-- <span>Subscribe</span>-->
<!-- </a>-->
<!-- </li>-->
<li *ngSwitchCase="true">
<a class="dropdown-item" (click)="logout()" id="logout">
<fa-icon icon="sign-out-alt" fixedWidth="true"></fa-icon>
Expand Down

0 comments on commit 03be95b

Please sign in to comment.