Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-OW committed Nov 27, 2024
1 parent ff2012f commit 879ebba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Breadcrumb/breadcrumb.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ export default {
}

export const Default = () => (
<div className='d-md-none'>
<div>
<Breadcrumb items={mockedItems} />
</div>
)

export const mobileCompressedView = () => (

<div className='d-none d-md-block'>
<div>
<Breadcrumb items={mockedItems} mobileCompressedView />
</div>
)

0 comments on commit 879ebba

Please sign in to comment.