Skip to content

Commit

Permalink
Rename title and add button for banxa
Browse files Browse the repository at this point in the history
  • Loading branch information
saboonikhil committed Sep 30, 2024
1 parent 00cfff8 commit f2ef266
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions components/account/OnboardingModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,21 @@ interface ButtonListProps {

const exchangeList = [
{
title: "Purchase ZTG with Crypto or Fiat (CEX)",
title: "Buy ZTG on Gate (CEX)",
disabled: false,
onClick: () =>
window.open("https://blog.zeitgeist.pm/how-to-buy-ztg-on-gateio/"),
},
{
title: "Trade for ZTG with Crypto (DEX)",
title: "Buy ZTG on Banxa (Fiat)",
disabled: false,
onClick: () =>
window.open(
"https://checkout.banxa.com/?coinType=ZTG&blockchain=ZTG&orderMode=BUY",
),
},
{
title: "Buy ZTG on HydraDX (DEX)",
disabled: false,
onClick: () => {
window.open(
Expand Down

0 comments on commit f2ef266

Please sign in to comment.