We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0d7cda + 7a55e87 commit 7877bfaCopy full SHA for 7877bfa
components/Chat/FileUpload.tsx
@@ -34,8 +34,8 @@ export const FileUploadButton = ({
34
<span>
35
<label
36
className="inline-block ml-1 mt-2 rounded-sm p-1 text-neutral-800 opacity-60 hover:bg-neutral-200 hover:text-neutral-900 dark:bg-opacity-50 dark:text-neutral-100 dark:hover:text-neutral-200 cursor-pointer"
37
- title="Send"
38
- aria-label="Send"
+ title="Attach files"
+ aria-label="Attach files"
39
>
40
<IconPaperclip size={18} />
41
<input
0 commit comments