Skip to content

Commit

Permalink
mobileCompressedView
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl-OW committed Nov 4, 2024
1 parent 1581a3a commit c779db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/react4xp/_entries/Breadcrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Breadcrumb } from '@statisticsnorway/ssb-component-library'
export default (props) => {
return (
<nav className='row mt-2' aria-label='secondary'>
<div className='col-12'>{props && <Breadcrumb {...props} />}</div>
<div className='col-12'>{props && <Breadcrumb {...props} mobileCompressedView />}</div>
</nav>
)
}

0 comments on commit c779db5

Please sign in to comment.