Skip to content

Commit

Permalink
New: Added type selector to drawer item button (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirsty-hames authored May 3, 2024
1 parent 3d7c2d0 commit 6b74cbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/pageLevelProgressItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default function PageLevelProgressItem(props) {
className={classes([
'pagelevelprogress__item-btn drawer__item-btn',
'js-indicator js-pagelevelprogress-item-click',
`is-${_type}-indicator`,
(_isComplete) && 'is-complete',
(_isOptional) && 'is-optional',
(_isLocked) && 'is-locked',
Expand Down

0 comments on commit 6b74cbb

Please sign in to comment.