Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Changing the "Getting Started" section cards #563

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,23 +207,22 @@ const GettingStarted = () => (

<GettingStartedCard
index="3."
title="Deploy to a local network"
subtitle="Use docker and the Stellar Quickstart image to run a local network."
href="/docs/getting-started/deploy-to-a-local-network"
title="Deploy to Futurenet"
subtitle="Deploy and invoke your contracts on the Futurenet testnet."
href="/docs/getting-started/deploy-to-futurenet"
/>

<GettingStartedCard
index="4."
title="Connect Freighter wallet"
subtitle="Freighter is a browser extension that can sign Soroban transactions."
href="/docs/reference/freighter"
title="Create an App"
subtitle="Build a front-end app to interact with your Soroban contracts."
href="/docs/getting-started/deploy-to-futurenet"
/>

<GettingStartedCard
index="5."
title="Deploy to Futurenet"
subtitle="Deploy and invoke your contracts on the Futurenet testnet."
href="/docs/getting-started/deploy-to-futurenet"
title="Deploy to a local network"
subtitle="Use docker and the Stellar Quickstart image to run a local network."
href="/docs/reference/rpc#standalone"
/>
</div>
</div>
Expand Down