Update icon

This commit is contained in:
Nathan Bierema 2023-06-23 10:13:32 -04:00
parent 29aaef77b2
commit 850a20e05a

View File

@ -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>