Ricochet-Exchange / ricochet-frontend

Enter the world of real-time investing
https://www.ricochet.exchange/
Other
46 stars 78 forks source link

Fix affiliate ID #860

Closed seemwavy closed 1 year ago

seemwavy commented 1 year ago

Fixes #

Changes proposed in this pull request:

surfwavy/dw-110/fix-referral-link-displa

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
ricochet-frontend ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 5, 2023 at 8:53PM (UTC)
github-actions[bot] commented 1 year ago

-

github-actions[bot] commented 1 year ago

-

github-actions[bot] commented 1 year ago

-

Seroxdesign commented 1 year ago

One last note:

In the future when you want to work on a bounty, after pulling latest changes. Please create a new branch with the following command in git:

git checkout -b name-of-branch-here

Name it something clear, in this example it would be:

bug/fix-affiliate-id

This will help us keep track of different PRs, in case we have any issues later on @seemwavy

seemwavy commented 1 year ago

One last note:

In the future when you want to work on a bounty, after pulling latest changes. Please create a new branch with the following command in git:

git checkout -b name-of-branch-here

Name it something clear, in this example it would be:

bug/fix-affiliate-id

This will help us keep track of different PRs, in case we have any issues later on @seemwavy

Understood. Shall I resubmit the branch with these changes?

mikeghen commented 1 year ago

Understood. Shall I resubmit the branch with these changes? @seemwavy You can:

git checkout -b  bug/fix-affiliate-id

on the v2 branch of your repo. After the checkout, I think you then run:

git push --set-upstream origin bug/fix-affiliate-id
seemwavy commented 1 year ago

Understood. Shall I resubmit the branch with these changes? @seemwavy You can:

git checkout -b  bug/fix-affiliate-id

on the v2 branch of your repo. After the checkout, I think you then run:

git push --set-upstream origin bug/fix-affiliate-id

The changes have been made to the branch

mikeghen commented 1 year ago

Closed in favor of #863