Update landing-copy-command-button.tsx

This commit is contained in:
Stefan Pejcic 2024-08-18 18:52:10 +02:00 committed by GitHub
parent b25ee634ab
commit 39d3d187c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ import {
} from "./changing-text-element"; } from "./changing-text-element";
import { LandingCopySuccessIcon } from "./icons/landing-copy-success"; import { LandingCopySuccessIcon } from "./icons/landing-copy-success";
const installText = "bash <(curl -sSL https://get.openpanel.co/)"; const installText = "bash <(curl -sSL https://openpanel.org)";
const copiedText = "copied to clipboard!"; const copiedText = "copied to clipboard!";
export const LandingCopyCommandButton = ({ export const LandingCopyCommandButton = ({