Skip to content

Commit

Permalink
Merge pull request #3013 from statisticsnorway/MIM-2040-Breadcrumb-mo…
Browse files Browse the repository at this point in the history
…bileCompressedView

[MIM-2040] MIM-2040-Breadcrumb-mobileCompressedView
  • Loading branch information
Carl-OW authored Nov 5, 2024
2 parents d2295cf + c779db5 commit c4059d7
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 c4059d7

Please sign in to comment.