Skip to content

Commit

Permalink
producation v:1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zobkazi committed Nov 23, 2024
1 parent 9f7bbab commit 4c0705c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/RadioPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { useState, useRef, useEffect } from 'react';
import ReadioChilmaryLogo from '@/assets/icons/readio_icon.png';
import Image from 'next/image';
import { FaPlay, FaPause, FaHeart, FaVolumeUp } from 'react-icons/fa';
import { FaPlay, FaPause, FaHeart } from 'react-icons/fa';

const RadioPlayer: React.FC = () => {
const [playbackSpeed, setPlaybackSpeed] = useState('1x');
Expand Down

0 comments on commit 4c0705c

Please sign in to comment.