mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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 ? (
|
) : fileError ? (
|
||||||
<p className="text-center text-red-500">{fileError}</p>
|
<p className="text-center text-red-500">{fileError}</p>
|
||||||
) : isLoading ? (
|
) : 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>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -46,7 +46,7 @@ const WorkspacePage: NextPage = () => {
|
|||||||
// style={{ background: "linear-gradient(90deg, #8e2de2 0%, #4a00e0 100%)" }}
|
// style={{ background: "linear-gradient(90deg, #8e2de2 0%, #4a00e0 100%)" }}
|
||||||
>
|
>
|
||||||
<p className="font-semibold">
|
<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>
|
</p>
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
{/* <a href="#" target="_blank" rel="noopener noreferrer">
|
{/* <a href="#" target="_blank" rel="noopener noreferrer">
|
||||||
|
Loading…
Reference in New Issue
Block a user