From 2481a9f4b70d6e421cd3f2e733650d7b43ddae91 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sat, 12 Oct 2024 08:39:09 +0800 Subject: [PATCH] improve pricing --- v3/src/components/widgets/Pricing.astro | 4 +--- v3/src/pages/pricing.astro | 5 ++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/v3/src/components/widgets/Pricing.astro b/v3/src/components/widgets/Pricing.astro index fae735aa..a2a74c6b 100644 --- a/v3/src/components/widgets/Pricing.astro +++ b/v3/src/components/widgets/Pricing.astro @@ -22,9 +22,7 @@ const {
0) { - document.getElementById("custom2").style.display = 'block'; setTimeout(function() { window.location = "#custom2"; }, 150); } else { - document.getElementById("custom2").style.display = 'none'; + document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none'; } document.getElementById("users2").oninput = function() { @@ -356,7 +355,7 @@ const metadata = { }, ]} > - Contact us for bigger plans & help + Contact us for larger plans & inquiries