Skip to content

Commit 798b881

Browse files
committed
refactor: changed rewards link
1 parent bea8c0b commit 798b881

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sections/finance/components/finance-earn-tokens.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ const FinanceEarnTokens: FC<FinanceEarnTokensProps> = ({ sx, lgUp, ...other }) =
2323
const theme = useTheme();
2424

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

2930
return (

0 commit comments

Comments
 (0)