diff --git a/frontend/src/components/player/ChapterList.tsx b/frontend/src/components/player/ChapterList.tsx index 5d53700..60c726b 100644 --- a/frontend/src/components/player/ChapterList.tsx +++ b/frontend/src/components/player/ChapterList.tsx @@ -23,7 +23,7 @@ export default function ChapterList({ chapters, currentTime, onSeek }: Props) { } return ( -
+

Kapitel

{chapters.map((ch, i) => (