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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>

View File

@ -46,7 +46,7 @@ const WorkspacePage: NextPage = () => {
// style={{ background: "linear-gradient(90deg, #8e2de2 0%, #4a00e0 100%)" }}
>
<p className="font-semibold">
Plane is open source, support us by staring us on GitHub.
Plane is open source, support us by starring us on GitHub.
</p>
<div className="flex items-center gap-2">
{/* <a href="#" target="_blank" rel="noopener noreferrer">