From 850a20e05acd4e4aa1b7e1d6e612cf4786797c79 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Fri, 23 Jun 2023 10:13:32 -0400 Subject: [PATCH] Update icon --- extension/src/app/Actions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); }} > - + )}