Skip to content

Commit

Permalink
fix(docs): add progress-bar icon (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Jun 7, 2018
1 parent 3693494 commit 98562f5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docs/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export const structure = [
{
type: 'tabs',
name: 'Progress Bar',
icon: 'progress-bar.svg',
source: [
'NbProgressBarComponent',
],
Expand Down Expand Up @@ -270,12 +271,6 @@ export const structure = [
// },
// {
// type: 'tabs',
// name: 'Progress Bar',
// icon: 'progress-bar.svg',
// source: [],
// },
// {
// type: 'tabs',
// name: 'Button',
// icon: 'button.svg',
// source: [],
Expand Down

0 comments on commit 98562f5

Please sign in to comment.