Skip to content

Commit

Permalink
typo fixes on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
sandroguras committed Dec 18, 2024
1 parent 863b76f commit bfc5f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/[network]/(homepage)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<p>
The {data.network.chain.name} staking rewards program proportionally distributes 85.6k {data
.network.chain.systemToken?.symbol.name} daily to token holders who have staked their tokens.
These tokens can be unstaked and will be usable against after a 21 day lockup period.
These tokens can be unstaked and used again after a 21-day lockup period.
</p>
<div class="flex gap-2">
<Button class="mt-1" href={`/${data.network}/staking`}>Stake Tokens</Button>
Expand Down Expand Up @@ -275,7 +275,7 @@
<div>
{@render textblock({
title: `EOS: The Native Token`,
text: `The ${data.network.chain.name} network's native token, EOS, can be used for staking rewards, to buy and sell RAM, to pay transaction fees, and more. It is traded on most major exchanges.`,
text: `The ${data.network.chain.name} network's native token - EOS, can be used for staking rewards, to buy and sell RAM, to pay transaction fees, and more. It is traded on most major exchanges.`,
button: {
text: 'Get Tokens',
href: `${data.network}/fund`
Expand Down

0 comments on commit bfc5f33

Please sign in to comment.