Skip to content

Commit

Permalink
more text fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
evgenyponomarev committed Feb 27, 2024
1 parent f6f5e89 commit 2909638
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion web/src/pages/begin-page/begin-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const PageBegin = memo(() => {
</li>
</ul>
<div className={styles.url}>
<Url text="Details about the reward" color="black" />
<Link to="/" className={styles.dashboard__link}>Read the announcement</Link>
</div>

</div>
Expand Down
4 changes: 2 additions & 2 deletions web/src/pages/proof-page/proof-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ const ProofPage = () => {
>
Run the script in your machine terminal. Make sure keys
that are uploaded to Github are also stored on this
machine.
machine. You can sign with any of those keys (only RSA and Ed25519 are supported).
</p>
<p
className={`${styles.dashboard__text} ${styles.dashboard__text_size_mid}`}
Expand Down Expand Up @@ -240,7 +240,7 @@ const ProofPage = () => {
<Button type="large" text="Submit proof" />
</div>
<p className={styles.dashboard__paragraph}>
If you are an advanced Ethereum user, you can claim directly
If you are not comfortable submiting the proof via web UI, you can claim directly
from the smart contract {" "}
<Link to="/" className={styles.dashboard__link}>
on Etherescan
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/step1-page/step1-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const FirstStepPage = memo(() => {
<ConnectWallet />
</div>
<p className={styles.dashboard__paragraph}>
If you are an advanced Ethereum user, you can claim directly from the smart contract <Link to='/' className={styles.dashboard__link}>on Etherscan</Link>
If you are not comfortable connecting your wallet and submiting the proof via web UI, you can claim directly from the smart contract <Link to='/' className={styles.dashboard__link}>on Etherscan</Link>
</p>
</Dashboard>
</div>
Expand Down

0 comments on commit 2909638

Please sign in to comment.