mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
Merge pull request #787 from elammertsma/dev
[IMPR] Changed labels for attachments and uploads to be clearer
This commit is contained in:
commit
e009e6334a
2 changed files with 4 additions and 4 deletions
|
|
@ -351,14 +351,14 @@ export const ComposerAddAttachment: FC = () => {
|
|||
<PlusIcon className="aui-attachment-add-icon size-5 stroke-[1.5px]" />
|
||||
</TooltipIconButton>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent align="start" className="w-48 bg-background border-border">
|
||||
<DropdownMenuContent align="start" className="w-72 bg-background border-border">
|
||||
<DropdownMenuItem onSelect={handleChatAttachment} className="cursor-pointer">
|
||||
<Paperclip className="size-4" />
|
||||
<span>Add attachment</span>
|
||||
<span>Add attachment to this chat</span>
|
||||
</DropdownMenuItem>
|
||||
<DropdownMenuItem onClick={handleFileUpload} className="cursor-pointer">
|
||||
<Upload className="size-4" />
|
||||
<span>Upload Documents</span>
|
||||
<span>Upload documents to Search Space</span>
|
||||
</DropdownMenuItem>
|
||||
</DropdownMenuContent>
|
||||
</DropdownMenu>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ const demoPlans = [
|
|||
"Planned: Centralized billing",
|
||||
"Priority support",
|
||||
],
|
||||
description: "The AIknowledge base for individuals and teams",
|
||||
description: "The AI knowledge base for individuals and teams",
|
||||
buttonText: "Upgrade",
|
||||
href: "/contact",
|
||||
isPopular: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue