Skip to content

Commit 7877bfa

Browse files
authored
Merge pull request #35 from andychase/main
Change file upload tooltip
2 parents d0d7cda + 7a55e87 commit 7877bfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Chat/FileUpload.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export const FileUploadButton = ({
3434
<span>
3535
<label
3636
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"
37+
title="Attach files"
38+
aria-label="Attach files"
3939
>
4040
<IconPaperclip size={18} />
4141
<input

0 commit comments

Comments
 (0)