Skip to content

Commit

Permalink
Add from to anonymously know if user clicks from homepage or not
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 6, 2024
1 parent 51b3f36 commit 6563167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/UpgradePlanModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Button = styled.button`

export const UpgradePlanModal = () => {
const handleButtonClick = () => {
window.location.href = "/pricing";
window.location.href = "/pricing?from=homepage_modal";
};

return (
Expand Down

0 comments on commit 6563167

Please sign in to comment.