Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Mar 4, 2020
1 parent 62d307d commit 64ecbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-docs/src/views/header/header_sections.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default () => {
/>
);

const breadcrumbs2 = [
const breadcrumbs = [
{
text: 'Management',
href: '#',
Expand Down Expand Up @@ -67,7 +67,7 @@ export default () => {
{
items: [renderLogo, <HeaderSpacesMenu />],
borders: 'right',
breadcrumbs: breadcrumbs2,
breadcrumbs: breadcrumbs,
},
{
items: [renderSearch, <div style={{ width: 8 }} />],
Expand Down

0 comments on commit 64ecbb8

Please sign in to comment.