mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-22 14:09:46 +03:00
Update icon
This commit is contained in:
parent
29aaef77b2
commit
850a20e05a
|
@ -17,7 +17,7 @@ import {
|
|||
StoreState,
|
||||
TopButtons,
|
||||
} from '@redux-devtools/app';
|
||||
import { GoRadioTower } from 'react-icons/go';
|
||||
import { GoBroadcast } from 'react-icons/go';
|
||||
import { MdBorderBottom, MdBorderLeft, MdBorderRight } from 'react-icons/md';
|
||||
import type { Position } from '../pageScript/api/openWindow';
|
||||
import type { SingleMessage } from '../background/store/apiMiddleware';
|
||||
|
@ -131,7 +131,7 @@ class Actions extends Component<Props> {
|
|||
this.openWindow('remote');
|
||||
}}
|
||||
>
|
||||
<GoRadioTower />
|
||||
<GoBroadcast />
|
||||
</Button>
|
||||
)}
|
||||
</Toolbar>
|
||||
|
|
Loading…
Reference in New Issue
Block a user