diff --git a/v3/src/components/widgets/Pricing.astro b/v3/src/components/widgets/Pricing.astro index b2968ff..fae735a 100644 --- a/v3/src/components/widgets/Pricing.astro +++ b/v3/src/components/widgets/Pricing.astro @@ -86,7 +86,7 @@ const { description && (
  • - +
    diff --git a/v3/src/pages/cancel.astro b/v3/src/pages/cancel.astro new file mode 100644 index 0000000..784e9aa --- /dev/null +++ b/v3/src/pages/cancel.astro @@ -0,0 +1,18 @@ +--- +import Hero from '~/components/widgets/Hero.astro'; +import Layout from '~/layouts/PageLayout.astro'; + +const metadata = { + title: 'Success', +}; +--- + + + + + + You have cancelled the payment! + + + + diff --git a/v3/src/pages/success.astro b/v3/src/pages/success.astro new file mode 100644 index 0000000..39182a2 --- /dev/null +++ b/v3/src/pages/success.astro @@ -0,0 +1,24 @@ +--- +import Hero from '~/components/widgets/Hero.astro'; +import Layout from '~/layouts/PageLayout.astro'; + +const metadata = { + title: 'Success', +}; +--- + + + + + + Payment successful! + + +

    The license has been sent to the email you entered on the payment page.
    + Please contact us at support@rustdesk.com if you didn't receive the email.
    + Getting Started? Read our docs. +

    +
    +
    + +