Skip to content

Commit 4536f10

Browse files
chore: add slot for extra content on learning
1 parent 8561d20 commit 4536f10

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

shell/header/course-navigation-bar/CourseTabsNavigation.tsx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useQuery } from '@tanstack/react-query';
2-
import { useIntl } from '../../../runtime';
2+
import { Slot, useIntl } from '../../../runtime';
33
import classNames from 'classnames';
44
import { getCourseHomeCourseMetadata } from './data/service';
55
import { Tab, Tabs } from '@openedx/paragon';
@@ -71,12 +71,7 @@ const CourseTabsNavigation = () => {
7171
))}
7272
</Tabs>
7373
</div>
74-
{/* <div className="search-toggle">
75-
<CoursewareSearchToggle />
76-
</div>
77-
</div>
78-
</div>
79-
{show && <CoursewareSearch />} */}
74+
<Slot id="org.openedx.frontend.slot.header.courseNavigationBar.extraContent.v1" />
8075
</div>
8176
</div>
8277
</div>

0 commit comments

Comments
 (0)