mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-29 17:19:36 +02:00
Minor simplification to chat header (#2277)
This commit is contained in:
parent
f2e8680955
commit
44c45cbf2a
@ -64,7 +64,7 @@ export default function FunctionalHeader({
|
||||
router.push(newChatUrl);
|
||||
};
|
||||
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">
|
||||
<LogoType
|
||||
assistantId={currentChatSession?.persona_id}
|
||||
|
Loading…
x
Reference in New Issue
Block a user