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