diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index 98e9365db3..6b442b0c0c 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -10,21 +10,21 @@ const features = [ { title: <>⛏ Start Building, imageUrl: "developing/programming-model/overview", - description: <>Get started building your decentralized app or marketplace., + description: ( + <>Get started building your decentralized app or marketplace. + ), }, { title: <>🎛 Run a Validator Node, imageUrl: "running-validator", - description: <>Validate transactions, secure the network, and earn rewards., + description: ( + <>Validate transactions, secure the network, and earn rewards. + ), }, { title: <>🏛 Create an SPL Token, imageUrl: "https://spl.solana.com/token", - description: ( - <> - Launch your own SPL Token, Solana's equivalent of ERC-20. - - ), + description: <>Launch your own SPL Token, Solana's equivalent of ERC-20., }, { title: <>🏦 Integrate an Exchange, @@ -40,19 +40,13 @@ const features = [ title: <>📲 Manage a Wallet, imageUrl: "wallet-guide", description: ( - <> - Create a wallet, check your balance, and learn about wallet options. - + <>Create a wallet, check your balance, and learn about wallet options. ), }, { title: <>🤯 Learn How Solana Works, imageUrl: "cluster/overview", - description: ( - <> - Get a high-level understanding of Solana's architecture. - - ), + description: <>Get a high-level understanding of Solana's architecture., }, // // { // title: <>Understand Our Economic Design, @@ -90,10 +84,7 @@ function Home() { const context = useDocusaurusContext(); const { siteConfig = {} } = context; return ( - + {/*
*/} {/*

{siteConfig.title}

@@ -114,6 +105,22 @@ function Home() { {features && features.length > 0 && (
+
{features.map((props, idx) => (