Skip to content

Commit

Permalink
Fix various ada mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
katomm committed Aug 6, 2024
1 parent 72925ab commit 3842b8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/HowToBuyAdaSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function HowToBuyAdaSection() {
<div className={clsx("col col--6", styles.rightColumn)}>
<p>
There are many ways to obtain ada to use the Cardano blockchain.
Find out on <Link to="where-to-get-ada">where to get ada?</Link>
Find out on <Link to="/where-to-get-ada">where to get ada?</Link>
</p>
<p>
As an ada holder, it is important to keep your funds secure, and
Expand Down
2 changes: 1 addition & 1 deletion src/components/Layout/WelcomeHero/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function WelcomeHero({ title, description }) {
className={clsx("button button--primary button--lg", styles.button)}
to="/where-to-get-ada"
>
Where to get Ada?
Where to get ada?
</Link>
<Link
className={clsx("button button--primary button--lg", styles.button)}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/where-to-get-ada.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function Home() {
title="Receive ada"
text={[

"Before receiving or buying ADA, you need to set up a [Cardano wallet](what-is-ada#wallets).", "Once you have a [Cardano wallet](what-is-ada#wallets), all you need to do is share your address to start sending and receiving [ada](what-is-ada) (and other native tokens) peer-to-peer.",
"Before receiving or buying [ada](what-is-ada), you need to set up a [Cardano wallet](what-is-ada#wallets).", "Once you have a [Cardano wallet](what-is-ada#wallets), all you need to do is share your address to start sending and receiving [ada](what-is-ada) (and other native tokens) peer-to-peer.",
"Some [wallets](what-is-ada#wallets) let you purchase crypto with a debit/credit card, bank transfer, or Apple Pay. Availability depends on your location."

]}
Expand Down

0 comments on commit 3842b8c

Please sign in to comment.