diff --git a/frontend/src/components/Audio.tsx b/frontend/src/components/Audio.tsx index 471ef87..8fa86b6 100644 --- a/frontend/src/components/Audio.tsx +++ b/frontend/src/components/Audio.tsx @@ -113,8 +113,8 @@ const AudioPlayer: React.FC = ({ currentImage, index }) => { onClick={togglePlayPause} className="p-2 bg-blue-500 text-white rounded-full hover:bg-blue-600" > - {isPlaying ? : } - + {isPlaying ? : } + - +
- - + - - - + + +
- +