Skip to content

Commit

Permalink
fix get started message
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Apr 12, 2024
1 parent f6acea8 commit e58cc45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const GetStartedStepper: React.FunctionComponent<Props> = () => {
<StepContent>
<Typography variant="body2" color="textSecondary">
You need at least {minDeposit.akt} AKT or {minDeposit.usdc} USDC in your wallet to deploy on Akash. If you don't have {minDeposit.akt} AKT or{" "}
{minDeposit.usdc} USDC, you can request for some tokens to get started on our <ExternalLink href="https://discord.gg/akash" text="Discord" />.
{minDeposit.usdc} USDC, you can switch to the sandbox or ask help in our <ExternalLink href="https://discord.gg/akash" text="Discord" />.
</Typography>

<Box sx={{ mt: 1, mb: 2, display: "flex", alignItems: "center" }}>
Expand Down

0 comments on commit e58cc45

Please sign in to comment.