Skip to content

Commit

Permalink
refactor: changed rewards link
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Feb 10, 2025
1 parent bea8c0b commit 798b881
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sections/finance/components/finance-earn-tokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ const FinanceEarnTokens: FC<FinanceEarnTokensProps> = ({ sx, lgUp, ...other }) =
const theme = useTheme();

const handleClick = () => {
window.open('https://tropee.com/watchit', '_BLANK');
// TODO move to envs
window.open('https://zealy.io/cw/watchit', '_BLANK');
};

return (
Expand Down

0 comments on commit 798b881

Please sign in to comment.