mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-29 11:12:02 +01:00
Fix rebase issue
This commit is contained in:
parent
6162283beb
commit
69740ba3d5
@ -43,9 +43,8 @@ export function ChatIntro({
|
||||
<div className="w-message-xs 2xl:w-message-sm 3xl:w-message">
|
||||
<div className="flex">
|
||||
<div className="mx-auto">
|
||||
<div className="m-auto h-[80px] w-[80px]">
|
||||
<Image src="/logo.png" alt="Logo" width="1419" height="1520" />
|
||||
</div>
|
||||
<Logo height={80} width={80} className="m-auto" />
|
||||
|
||||
<div className="m-auto text-3xl font-bold text-strong mt-4 w-fit">
|
||||
{selectedPersona?.name || "How can I help you today?"}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user