We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec1b4e6 commit edb05b7Copy full SHA for edb05b7
src/app/pages/ui-features/icons/icons.component.html
@@ -7,9 +7,6 @@
7
<nb-card-body>
8
<div class="icon" *ngFor="let icon of icons.nebular"><i class="{{ icon }}"></i></div>
9
</nb-card-body>
10
- <nb-card-footer>
11
- <a href="https://www.npmjs.com/package/nebular-icons" target="_blank">See all Nebular icons</a>
12
- </nb-card-footer>
13
</nb-card>
14
15
<nb-card>
0 commit comments