chore: upload button and github banner text update (#899)

* chore: upload button and github banner text update

* chore: attachments button text fix
This commit is contained in:
Rhea Jain
2023-04-20 12:16:13 +05:30
committed by GitHub
parent 8d37a3e58b
commit 9f04933957
2 changed files with 3 additions and 3 deletions

View File

@@ -96,9 +96,9 @@ export const IssueAttachmentUpload = () => {
) : fileError ? (
<p className="text-center text-red-500">{fileError}</p>
) : isLoading ? (
<p className="text-center">Uploading....</p>
<p className="text-center">Uploading...</p>
) : (
<p className="text-center">Drag and drop/Click to add</p>
<p className="text-center">Drag and drop here</p>
)}
</span>
</div>