Add message actions (#482)

This commit is contained in:
Jeremy 2024-11-05 17:15:51 +03:00 committed by GitHub
parent 94f563f179
commit 171914941e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 1011 additions and 150 deletions

View file

@ -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>