diff --git a/src/components/Sidepanel/Chat/body.tsx b/src/components/Sidepanel/Chat/body.tsx index d6e3684..5617970 100644 --- a/src/components/Sidepanel/Chat/body.tsx +++ b/src/components/Sidepanel/Chat/body.tsx @@ -32,7 +32,9 @@ export const SidePanelBody = () => { isTTSEnabled={ttsEnabled} /> ))} -
+ { + import.meta.env.BROWSER === "chrome" ? : + } ) diff --git a/src/components/Sidepanel/Chat/form.tsx b/src/components/Sidepanel/Chat/form.tsx index 45ec340..41afbcb 100644 --- a/src/components/Sidepanel/Chat/form.tsx +++ b/src/components/Sidepanel/Chat/form.tsx @@ -117,7 +117,7 @@ export const SidepanelForm = ({ dropedFile }: Props) => { } return ( -