From fc48fb97d19108762b59574d5ee8243c39489676 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Mon, 10 Apr 2023 18:07:40 +0530 Subject: [PATCH] style: attachment upload button (#765) --- apps/app/components/issues/attachment-upload.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app/components/issues/attachment-upload.tsx b/apps/app/components/issues/attachment-upload.tsx index 7a3116d01..6819807ba 100644 --- a/apps/app/components/issues/attachment-upload.tsx +++ b/apps/app/components/issues/attachment-upload.tsx @@ -85,7 +85,7 @@ export const IssueAttachmentUpload = () => { return (
@@ -98,7 +98,7 @@ export const IssueAttachmentUpload = () => { ) : isLoading ? (

Uploading....

) : ( -

Drag & Drop or Click to add new file

+

Drag and drop/Click to add

)}