Skip to content

Commit

Permalink
fix: put correct NavBar
Browse files Browse the repository at this point in the history
  • Loading branch information
sltsheryl committed Jun 30, 2024
1 parent 5f8b009 commit a48f313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/courses/pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import styles from '../../../components/Course.module.css';
import { useEffect, useState } from 'react';
import { getCourseContentOverview } from '../../../lib/server/course';
import Layout from '../../../components/Layout';
import NavBarCourse from '../../../components/navbar/NavBarCourse';
import NavBarCourse from '../../../components/navbar/NavBar';

export default function Page({ userCourseId, courseChapters, course, chapter, page, article, video }) {
const { chapters } = courseChapters;
Expand Down

0 comments on commit a48f313

Please sign in to comment.