Change Players icon, to distinguish it from Internet Radios

This commit is contained in:
Deluan 2023-01-16 20:51:18 -05:00
parent e40da183bb
commit 0a65bf171b
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
import RadioIcon from '@material-ui/icons/Radio'
import { BsFillMusicPlayerFill } from 'react-icons/bs'
import PlayerList from './PlayerList'
import PlayerEdit from './PlayerEdit'
export default {
list: PlayerList,
edit: PlayerEdit,
icon: RadioIcon,
icon: BsFillMusicPlayerFill,
}