Skip to content

Commit

Permalink
fix: update read more URL
Browse files Browse the repository at this point in the history
  • Loading branch information
greatertomi committed Apr 25, 2024
1 parent fc6e7ac commit f971b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export interface WalletSetupWizardProps {
}

const DEFAULT_MNEMONIC_LENGTH = 24;
const COPY_PASTE_TOOLTIP_URL = `${process.env.FAQ_URL}?question=what-is-my-recovery-phrase`;
const COPY_PASTE_TOOLTIP_URL = `${process.env.FAQ_URL}?question=best-practices-for-using-the-copy-to-clipboard-paste-from-clipboard-recovery-phrase-features`;

export const WalletSetupWizard = ({
onCancel,
Expand Down

0 comments on commit f971b98

Please sign in to comment.