diff --git a/frontend/src/pages/Chapters.tsx b/frontend/src/pages/Chapters.tsx
index 58b6195cce..7fab78a16f 100644
--- a/frontend/src/pages/Chapters.tsx
+++ b/frontend/src/pages/Chapters.tsx
@@ -93,7 +93,13 @@ const ChaptersPage = () => {
)}
{chapters && chapters.filter((chapter) => chapter.is_active).map(renderChapterCard)}
diff --git a/frontend/src/pages/Home.tsx b/frontend/src/pages/Home.tsx
index 3d75b4b79e..60a4ba9698 100644
--- a/frontend/src/pages/Home.tsx
+++ b/frontend/src/pages/Home.tsx
@@ -240,7 +240,13 @@ export default function Home() {