diff --git a/src/sections/finance/components/finance-earn-tokens.tsx b/src/sections/finance/components/finance-earn-tokens.tsx index 7d5a42b1..7c399cf0 100644 --- a/src/sections/finance/components/finance-earn-tokens.tsx +++ b/src/sections/finance/components/finance-earn-tokens.tsx @@ -23,7 +23,8 @@ const FinanceEarnTokens: FC = ({ 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 (