We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d49f941 + 8e8cb4a commit 9b5f8c4Copy full SHA for 9b5f8c4
src/components/TOCCard.js
@@ -34,7 +34,7 @@ const LessonCard = ({ content, title }) => {
34
<ol className="sections-name">
35
{sections.map((section) => (
36
<li key={section[0].section}>
37
- <div class="lesson-details">
+ <div className="lesson-details">
38
<div className="lesson-preface">
39
<i
40
className={`fas fa-${
0 commit comments