Skip to content

Commit

Permalink
feat(website): remove responsive components from explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Dec 11, 2018
1 parent 209177a commit 27524f1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions website/src/SiteMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -688,16 +688,6 @@ const allComponents = getSectionItems('Components').reduce((acc, item) => {
tags: child.tags || [],
}
acc.push(entry)

if (child.className !== 'api') {
acc.push(
Object.assign({}, entry, {
key: `${entry.key}.responsive`,
label: `Responsive${child.label}`,
tags: [...entry.tags, 'responsive'],
})
)
}
})
}

Expand Down

0 comments on commit 27524f1

Please sign in to comment.