diff --git a/src/components/VideoContentChapters.tsx b/src/components/VideoContentChapters.tsx index e7a2818a..f224f510 100644 --- a/src/components/VideoContentChapters.tsx +++ b/src/components/VideoContentChapters.tsx @@ -3,6 +3,7 @@ import { Segment, formatTime } from '@/lib/utils'; import { useEffect, useState } from 'react'; import { motion } from 'framer-motion'; import videojs from 'video.js'; +import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './ui/tooltip'; const chaptersVariants = { open: { @@ -66,20 +67,29 @@ const VideoContentChapters = ({
{title}
- - {formatTime(start)} - -{title}
+{title}
+