mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-29 13:25:50 +02:00
Minor simplification to chat header (#2277)
This commit is contained in:
@@ -64,7 +64,7 @@ export default function FunctionalHeader({
|
|||||||
router.push(newChatUrl);
|
router.push(newChatUrl);
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div className="left-0 h-0 sticky top-0 z-20 w-full relative flex">
|
<div className="left-0 bg-transparent sticky top-0 z-20 w-full relative flex">
|
||||||
<div className="mt-2 mx-2.5 cursor-pointer text-text-700 relative flex w-full">
|
<div className="mt-2 mx-2.5 cursor-pointer text-text-700 relative flex w-full">
|
||||||
<LogoType
|
<LogoType
|
||||||
assistantId={currentChatSession?.persona_id}
|
assistantId={currentChatSession?.persona_id}
|
||||||
|
Reference in New Issue
Block a user