Change Players icon, to distinguish it from Internet Radios
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
import RadioIcon from '@material-ui/icons/Radio'
|
import { BsFillMusicPlayerFill } from 'react-icons/bs'
|
||||||
import PlayerList from './PlayerList'
|
import PlayerList from './PlayerList'
|
||||||
import PlayerEdit from './PlayerEdit'
|
import PlayerEdit from './PlayerEdit'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
list: PlayerList,
|
list: PlayerList,
|
||||||
edit: PlayerEdit,
|
edit: PlayerEdit,
|
||||||
icon: RadioIcon,
|
icon: BsFillMusicPlayerFill,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user