mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-10 21:26:01 +02:00
COMPLETE USER EXPERIENCE OVERHAUL (#1822)
This commit is contained in:
@@ -35,17 +35,13 @@ export function ChatIntro({
|
||||
}) {
|
||||
const availableSourceMetadata = getSourceMetadataForSources(availableSources);
|
||||
|
||||
const [displaySources, setDisplaySources] = useState(false);
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="flex justify-center items-center h-full">
|
||||
<div className="w-message-xs 2xl:w-message-sm 3xl:w-message">
|
||||
<div className="flex">
|
||||
<div className="mx-auto">
|
||||
<Logo height={80} width={80} className="m-auto" />
|
||||
|
||||
<div className="m-auto text-3xl font-bold text-strong mt-4 w-fit">
|
||||
<div className="m-auto text-3xl font-strong font-bold text-strong w-fit">
|
||||
{selectedPersona?.name || "How can I help you today?"}
|
||||
</div>
|
||||
{selectedPersona && (
|
||||
|
Reference in New Issue
Block a user