mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-01-30 01:48: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} />
|
||||
<div class="flex items-stretch justify-center">
|
||||
<div
|
||||
class={`grid grid-cols-` +
|
||||
prices.length +
|
||||
` gap-4 dark:text-white sm:grid-cols-2 md:grid-cols-2 lg: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 +
|
||||
` xl:grid-cols-` +
|
||||
prices.length}
|
||||
|
@ -300,10 +300,9 @@ const metadata = {
|
||||
}
|
||||
|
||||
if (window.location.href.indexOf("custom2") > 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 = {
|
||||
},
|
||||
]}
|
||||
>
|
||||
<Fragment slot="title">Contact us for bigger plans & help</Fragment>
|
||||
<Fragment slot="title">Contact us for larger plans & inquiries</Fragment>
|
||||
</CallToAction>
|
||||
|
||||
<!-- Features3 Widget ************** -->
|
||||
|
Loading…
Reference in New Issue
Block a user