Skip to content

Commit 3c47613

Browse files
authored
Fix link url on the Merits dashboard (#2930)
1 parent c6ee0c8 commit 3c47613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/rewards/dashboard/tabs/ResourcesTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function ResourcesTab() {
3838
imageWidth="180px"
3939
imageHeight="86px"
4040
linkText="Check offers"
41-
linkHref={ `https://merits.blockscout.com/?tab=redeem&utm_source=${ config.chain.id }&utm_medium=redeem` }
41+
linkHref={ `https://merits.blockscout.com/?tab=spend&utm_source=${ config.chain.id }&utm_medium=spend` }
4242
/>
4343
</Grid>
4444
);

0 commit comments

Comments
 (0)