changed text for copy
All checks were successful
Build and Deploy Website / build (push) Successful in 3m30s
All checks were successful
Build and Deploy Website / build (push) Successful in 3m30s
This commit is contained in:
@@ -211,7 +211,7 @@ export default function PasteView() {
|
|||||||
{linkCopied ? "Copied!" : "Copy Link"}
|
{linkCopied ? "Copied!" : "Copy Link"}
|
||||||
</Button>
|
</Button>
|
||||||
<Button onClick={handleCopy} iconName={copied ? "status-positive" : "copy"}>
|
<Button onClick={handleCopy} iconName={copied ? "status-positive" : "copy"}>
|
||||||
{copied ? "Copied!" : "Copy"}
|
{copied ? "Copied!" : "Copy Text"}
|
||||||
</Button>
|
</Button>
|
||||||
{!paste.protected && (
|
{!paste.protected && (
|
||||||
<Button href={`/api/paste/${id}/raw`} target="_blank" iconName="external">
|
<Button href={`/api/paste/${id}/raw`} target="_blank" iconName="external">
|
||||||
|
|||||||
Reference in New Issue
Block a user