diff --git a/frontend/components/Main/MainRewards.tsx b/frontend/components/Main/MainRewards.tsx index 1df0ed4c..e0a6bac2 100644 --- a/frontend/components/Main/MainRewards.tsx +++ b/frontend/components/Main/MainRewards.tsx @@ -80,7 +80,7 @@ const DisplayRewards = () => { }; const SHARE_TEXT = `I just earned my first reward through the Operate app powered by #olas!\n\nDownload the Pearl app:`; -const OPERATE_URL = 'https://olas.network/operate'; // Replace with your URL +const OPERATE_URL = 'https://olas.network/operate?pearl=first-reward'; // Replace with your URL const NotifyRewards = () => { const { isEligibleForRewards, availableRewardsForEpochEth } = useReward();