diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 72fb2690b..a68560d23 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -866,7 +866,7 @@ const Composer: FC = () => { onDocumentRemove={handleDocumentRemove} onSubmit={handleSubmit} onKeyDown={handleKeyDown} - className="min-h-[24px] **:data-slate-placeholder:font-semibold" + className="min-h-[24px] **:data-slate-placeholder:font-normal" /> @@ -1121,9 +1121,10 @@ const ComposerAction: FC = ({ isBlockedByOtherUser = false > - {iconInfo ? ( = ({ isBlockedByOtherUser = false ) : ( )} - + { if (isGoogleAuth) { return ( - { > Sign In - + ); }