Add message actions (#482)
This commit is contained in:
parent
94f563f179
commit
171914941e
20 changed files with 1011 additions and 150 deletions
|
|
@ -42,7 +42,7 @@ export function AppSidebar({ user }: { user: User | undefined }) {
|
|||
<span className="text-lg font-semibold px-2">Chatbot</span>
|
||||
</Link>
|
||||
<BetterTooltip content="New Chat" align="start">
|
||||
<Button variant="ghost" className="p-2 h-fit">
|
||||
<Button variant="ghost" className="p-2 h-fit" asChild>
|
||||
<Link href="/" onClick={() => setOpenMobile(false)}>
|
||||
<PlusIcon />
|
||||
</Link>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue