temp disable cta

This commit is contained in:
miloschwartz
2026-07-16 16:45:12 -04:00
parent 93afbe30f7
commit e280777dae
2 changed files with 7 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<div id="pangolin-toc-cta" className="pangolin-toc-cta-source">
{/* <div id="pangolin-toc-cta" className="pangolin-toc-cta-source">
<Card
title="Try free on Pangolin Cloud"
icon="cloud"
@@ -8,4 +8,5 @@
>
Fastest way to get started with Pangolin using the hosted control plane. No credit card required.
</Card>
</div>
</div> */}
<div></div>

View File

@@ -167,15 +167,15 @@
}
/* Hide the Pangolin Cloud CTA source wrapper so it doesn't show in main content before the script moves it to the TOC */
.pangolin-toc-cta-source {
/* .pangolin-toc-cta-source {
display: none !important;
}
} */
/* Space above the Pangolin Cloud CTA (below the table of contents links) */
#table-of-contents > *:last-child {
/* #table-of-contents > *:last-child {
margin-top: 1.25rem;
background-color: #F2F0E7;
}
} */
#navbar .max-w-8xl {
max-width: 100%;