Skip to content

Commit

Permalink
fix(icons): remove All Nebular Icons link as there are no more icons
Browse files Browse the repository at this point in the history
Closes #1597
  • Loading branch information
siddhant034 authored and nnixaa committed Mar 26, 2018
1 parent ec1b4e6 commit edb05b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/pages/ui-features/icons/icons.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
<nb-card-body>
<div class="icon" *ngFor="let icon of icons.nebular"><i class="{{ icon }}"></i></div>
</nb-card-body>
<nb-card-footer>
<a href="https://www.npmjs.com/package/nebular-icons" target="_blank">See all Nebular icons</a>
</nb-card-footer>
</nb-card>

<nb-card>
Expand Down

0 comments on commit edb05b7

Please sign in to comment.