feat: update chat display and fix issue with regeneration
This commit is contained in:
parent
e06f34b0f1
commit
8f64c55896
17 changed files with 266 additions and 231 deletions
|
|
@ -32,5 +32,7 @@ export function UserMenu({ session }: UserMenuProps) {
|
|||
)
|
||||
}
|
||||
|
||||
return <p className="text-sm font-medium">Logged in as {session.user.name}</p>
|
||||
return (
|
||||
<p className="text-sm font-medium px-2">Logged in as {session.user.name}</p>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue