Skip to content

Commit

Permalink
fix: use constants for wallet store links
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed Aug 24, 2024
1 parent ec5acf1 commit 7e76ddf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions src/components/pages/main-page/wallet-block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@ export function WalletBlock() {
const appStoreLink = getDynamicLink(
'https://haqq.network/wallet',
distinctId,
'https://apps.apple.com/app/haqq-wallet-by-bored-gen/id6443843352',
WALLET_LINK_APPLE,
);
const playMarketLink = getDynamicLink(
'https://haqq.network/wallet',
distinctId,
'https://play.google.com/store/apps/details?id=com.haqq.wallet',
WALLET_LINK_GOOGLE,
);


return (
<section>
<Container>
Expand Down
5 changes: 2 additions & 3 deletions src/components/pages/wallet-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@ export function WalletPage() {
const appStoreLink = getDynamicLink(
'https://haqq.network/wallet',
distinctId,
'https://apps.apple.com/app/haqq-wallet-by-bored-gen/id6443843352',
WALLET_LINK_APPLE,
);
const playMarketLink = getDynamicLink(
'https://haqq.network/wallet',
distinctId,
'https://play.google.com/store/apps/details?id=com.haqq.wallet',
WALLET_LINK_GOOGLE,
);


const content = (
<Fragment>
<h1 className="text-[46px] font-[600] leading-[52px] md:text-[80px] md:leading-none lg:text-[80px] lg:leading-none">
Expand Down

1 comment on commit 7e76ddf

@vercel
Copy link

@vercel vercel bot commented on 7e76ddf Aug 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.