File tree Expand file tree Collapse file tree
src/course-unit/course-sequence/sequence-navigation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { useDispatch , useSelector } from 'react-redux' ;
22import PropTypes from 'prop-types' ;
33import { useNavigate } from 'react-router-dom' ;
4- import { Button } from '@openedx/paragon' ;
4+ import { Button , ButtonGroup } from '@openedx/paragon' ;
55import { Plus as PlusIcon , ContentPasteGo as ContentPasteGoIcon } from '@openedx/paragon/icons' ;
66import { useIntl } from '@edx/frontend-platform/i18n' ;
77
@@ -49,7 +49,7 @@ const SequenceNavigationTabs = ({
4949 return (
5050 < div className = "sequence-navigation-tabs-wrapper" >
5151 < div className = "sequence-navigation-tabs-container d-flex" ref = { containerRef } >
52- < div
52+ < ButtonGroup
5353 className = "sequence-navigation-tabs d-flex flex-grow-1"
5454 style = { shouldDisplayDropdown ? invisibleStyle : null }
5555 >
@@ -80,7 +80,7 @@ const SequenceNavigationTabs = ({
8080 { intl . formatMessage ( messages . pasteAsNewUnitLink ) }
8181 </ Button >
8282 ) }
83- </ div >
83+ </ ButtonGroup >
8484 </ div >
8585 { shouldDisplayDropdown && (
8686 < SequenceNavigationDropdown
You can’t perform that action at this time.
0 commit comments