diff options
Diffstat (limited to 'extension/react-app/src/pages/gui.tsx')
-rw-r--r-- | extension/react-app/src/pages/gui.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/react-app/src/pages/gui.tsx b/extension/react-app/src/pages/gui.tsx index 03b24349..d7efc288 100644 --- a/extension/react-app/src/pages/gui.tsx +++ b/extension/react-app/src/pages/gui.tsx @@ -415,7 +415,7 @@ function GUI(props: GUIProps) { {bottomMessage} </div> <Footer dataSwitchChecked={dataSwitchChecked}> - <div + {/* <div style={{ display: "flex", gap: "4px", @@ -460,7 +460,7 @@ function GUI(props: GUIProps) { checked={dataSwitchChecked} /> <span style={{ cursor: "help", fontSize: "14px" }}>Collect Data</span> - </div> + </div> */} <HeaderButtonWithText onClick={() => { // Show the dialog |