diff --git a/extension/src/app/Actions.tsx b/extension/src/app/Actions.tsx index 4e032e5c..00abd2b9 100644 --- a/extension/src/app/Actions.tsx +++ b/extension/src/app/Actions.tsx @@ -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 { this.openWindow('remote'); }} > - + )}