Skip to content

Commit 25b6ebf

Browse files
committed
fixed
1 parent 4fd52b9 commit 25b6ebf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/course-unit/course-sequence/sequence-navigation/SequenceNavigationTabs.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { useDispatch, useSelector } from 'react-redux';
22
import PropTypes from 'prop-types';
33
import { useNavigate } from 'react-router-dom';
4-
import { Button } from '@openedx/paragon';
4+
import { Button, ButtonGroup } from '@openedx/paragon';
55
import { Plus as PlusIcon, ContentPasteGo as ContentPasteGoIcon } from '@openedx/paragon/icons';
66
import { 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

0 commit comments

Comments
 (0)