Skip to content

Commit

Permalink
fix(app/wallet-modal): add missing link from envs (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperKoza343 authored Jul 22, 2024
1 parent 71a41ae commit cc95820
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export function WalletConnectModal() {
<Link
rel="noreferrer"
target="_blank"
to={env.VITE_HUMAN_PROTOCOL_HELP_URL}
to={env.VITE_WALLET_CONNECT_MODAL_LINK}
/>
),
}}
Expand Down

0 comments on commit cc95820

Please sign in to comment.