Skip to content

Commit 8f48828

Browse files
committed
banner change
1 parent de0d0fb commit 8f48828

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/theme/DocItem/TOC/Desktop/index.js

+1-11
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,8 @@ export default function DocItemTOCDesktop() {
2929
{!isClosed && (<div className={styles.docCloudCard}>
3030
<div className={styles.docCloudCardHeader}>
3131
<h6>Try ClickHouse Cloud for FREE</h6>
32-
<button
33-
className={styles.docCloudClose}
34-
onClick={() => {
35-
setClosed(true)
36-
window.localStorage.setItem('doc-cloud-card-banner', 'closed')
37-
}}>
38-
<IconClose color="var(--ifm-color-emphasis-600)" width={10} height={10}/>
39-
</button>
4032
</div>
41-
<p className={styles.docCloudCardContent}>Easy data ingestion, automatic scaling, built-in SQL console and lots
42-
more.
43-
</p>
33+
<p className={styles.docCloudCardContent}>Separation of storage and compute, automatic scaling, built-in SQL console, and lots more. $300 in free credits when signing up.</p>
4434
<a href='https://console.clickhouse.cloud/signUp?loc=doc-card-banner'
4535
className={clsx(styles.docCloudCardLink, 'click-button primary-btn')}>Try it for Free</a>
4636
</div>)}

0 commit comments

Comments
 (0)