File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Welcome to the blog
1111
1212We're excited to share our journey with you.
1313
14- Compose will be a powerful smart contract library that helps developers create beautiful, maintainable on-chain applications with ease.
14+ Compose will be a powerful smart contract library that helps developers create beautiful, maintainable onchain applications with ease.
1515
1616Stay tuned for more updates, and feel free to reach out if you have questions or suggestions!
1717
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ That's **Compose** — where your unique value and functionality connects seamle
181181 <FeatureGridItem
182182 icon = { <Icon name = " cycle" size = { 32 } />}
183183 title = " Upgradeable by Design"
184- description = " Full power of ERC-2535 Diamonds means your contracts can evolve without redeployment."
184+ description = " Full power of ERC-2535 Diamonds means your contracts can evolve without full redeployment."
185185 />
186186 <FeatureGridItem
187187 icon = { <Icon name = " shield" size = { 32 } />}
Original file line number Diff line number Diff line change @@ -212,10 +212,12 @@ const config = {
212212 label : 'Installation' ,
213213 to : '/docs/getting-started/installation' ,
214214 } ,
215+ /*
215216 {
216217 label: 'Quick Start',
217218 to: '/docs/getting-started/quick-start',
218219 },
220+ */
219221 ] ,
220222 } ,
221223 {
You can’t perform that action at this time.
0 commit comments