Skip to content

Commit

Permalink
fix claim link lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
vanxh committed Sep 5, 2023
1 parent ba3a924 commit 6e42c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/actions/claim-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export const claimLink = (link: string) => {
);
}

redirect(`/create-link?link=${link}`);
redirect(`/create-link?link=${link.toLowerCase()}`);
};

0 comments on commit 6e42c92

Please sign in to comment.