mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-30 18:08:35 +01:00
improve pricing
This commit is contained in:
parent
bb083b1b34
commit
2481a9f4b7
@ -22,9 +22,7 @@ const {
|
|||||||
<Headline title={title} subtitle={subtitle} tagline={tagline} />
|
<Headline title={title} subtitle={subtitle} tagline={tagline} />
|
||||||
<div class="flex items-stretch justify-center">
|
<div class="flex items-stretch justify-center">
|
||||||
<div
|
<div
|
||||||
class={`grid grid-cols-` +
|
class={`grid grid-cols-1 gap-4 dark:text-white sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-` +
|
||||||
prices.length +
|
|
||||||
` gap-4 dark:text-white sm:grid-cols-2 md:grid-cols-2 lg:grid-cols-` +
|
|
||||||
prices.length +
|
prices.length +
|
||||||
` xl:grid-cols-` +
|
` xl:grid-cols-` +
|
||||||
prices.length}
|
prices.length}
|
||||||
|
@ -300,10 +300,9 @@ const metadata = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (window.location.href.indexOf("custom2") > 0) {
|
if (window.location.href.indexOf("custom2") > 0) {
|
||||||
document.getElementById("custom2").style.display = 'block';
|
|
||||||
setTimeout(function() { window.location = "#custom2"; }, 150);
|
setTimeout(function() { window.location = "#custom2"; }, 150);
|
||||||
} else {
|
} else {
|
||||||
document.getElementById("custom2").style.display = 'none';
|
document.getElementById("custom2").parentElement.parentElement.parentElement.style.display = 'none';
|
||||||
}
|
}
|
||||||
|
|
||||||
document.getElementById("users2").oninput = function() {
|
document.getElementById("users2").oninput = function() {
|
||||||
@ -356,7 +355,7 @@ const metadata = {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
>
|
>
|
||||||
<Fragment slot="title">Contact us for bigger plans & help</Fragment>
|
<Fragment slot="title">Contact us for larger plans & inquiries</Fragment>
|
||||||
</CallToAction>
|
</CallToAction>
|
||||||
|
|
||||||
<!-- Features3 Widget ************** -->
|
<!-- Features3 Widget ************** -->
|
||||||
|
Loading…
Reference in New Issue
Block a user