Skip to content

Commit

Permalink
fix navigation url
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Dec 11, 2024
1 parent 3b81b71 commit cfccc3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ const _KeylessPrompt = (_props: KeylessPromptProps) => {
data-expanded={isExpanded}
onClick={() => {
setIsLoading(true);
void clerk.navigate(_props.claimUrl);
void clerk.navigate(claimed ? _props.copyKeysUrl : _props.claimUrl);
}}
css={css`
display: flex;
Expand Down

0 comments on commit cfccc3a

Please sign in to comment.