Skip to content

Commit 9b5f8c4

Browse files
authored
Merge pull request #18 from Utkarsh1504/main
Update TOCCard.js
2 parents d49f941 + 8e8cb4a commit 9b5f8c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TOCCard.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const LessonCard = ({ content, title }) => {
3434
<ol className="sections-name">
3535
{sections.map((section) => (
3636
<li key={section[0].section}>
37-
<div class="lesson-details">
37+
<div className="lesson-details">
3838
<div className="lesson-preface">
3939
<i
4040
className={`fas fa-${

0 commit comments

Comments
 (0)