forked from github/plane
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:
parent
8d37a3e58b
commit
9f04933957
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user