Skip to content

Commit 9bbf4ea

Browse files
committed
docs
1 parent a2f8810 commit 9bbf4ea

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

website/src/pages/home/CtaSection.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ export default function CtaSection() {
2020
<span>Get Started</span>
2121
<Icon name="arrow-right" size={20} />
2222
</Link>
23+
{/*
2324
<Link to="/docs/getting-started/quick-start" className={clsx(styles.ctaButton, styles.ctaSecondaryLight)}>
2425
<span>View Quick Start</span>
2526
</Link>
27+
*/}
2628
</div>
2729
</div>
2830
</div>

website/src/pages/home/FeaturesSection.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function FeaturesSection() {
1212
{
1313
icon: 'diamond-native',
1414
title: 'Diamond-Native',
15-
description: 'Built specifically for ERC-2535 Diamonds. Deploy facets once, reuse them across multiple diamonds on-chain.',
15+
description: 'Built specifically for ERC-2535 Diamonds. Deploy facets once, reuse them across multiple diamonds onchain.',
1616
},
1717
{
1818
icon: 'composition',
@@ -26,8 +26,8 @@ export default function FeaturesSection() {
2626
},
2727
{
2828
icon: 'library',
29-
title: 'On-Chain Standard Library',
30-
description: 'Access verified, audited facets deployed on multiple blockchains. ERC-20, ERC-721, access control, and more.',
29+
title: 'Onchain Standard Library',
30+
description: '(In the future) Access verified, audited facets deployed on multiple blockchains.',
3131
},
3232
{
3333
icon: 'community',

website/src/pages/home/HomepageHeader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export default function HomepageHeader() {
2929
{siteConfig.tagline}
3030
</p>
3131
<p className={styles.heroDescription}>
32-
A smart contract library for building diamond-based systems with an on-chain
32+
A smart contract library for building diamond-based systems with an onchain
3333
standard library of facets. Write code that's designed to be understood,
3434
maintained, and scaled.
3535
</p>

website/src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function Home() {
1111
return (
1212
<Layout
1313
title={`${siteConfig.title} - Smart Contract Library`}
14-
description="Compose is a smart contract library for ERC-2535 Diamonds. Build readable, composable smart contracts with on-chain standard library facets.">
14+
description="Compose is a smart contract library for ERC-2535 Diamonds. Build readable, composable smart contracts with onchain standard library facets.">
1515
<HomepageHeader />
1616
<main>
1717
<FeaturesSection />

0 commit comments

Comments
 (0)