changed text for copy
All checks were successful
Build and Deploy Website / build (push) Successful in 3m30s

This commit is contained in:
2026-03-01 15:05:33 -08:00
parent 35289a04f2
commit ec2a023db3

View File

@@ -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">