diff --git a/public/jumptask.png b/public/jumptask.png new file mode 100644 index 000000000..89cc8b6aa Binary files /dev/null and b/public/jumptask.png differ diff --git a/public/moso.png b/public/moso.png deleted file mode 100644 index ebd93ec08..000000000 Binary files a/public/moso.png and /dev/null differ diff --git a/src/constants/projects.ts b/src/constants/projects.ts index 2af1f89dd..cfe847bc7 100644 --- a/src/constants/projects.ts +++ b/src/constants/projects.ts @@ -22,16 +22,6 @@ export const COMING_SOON_PROJECTS: Array = [ isFeatured: false, icon: '/gempad.png' }, - { - id: 'moso', - name: 'Moso', - description: 'Shop with Moso and earn crypto back from over 2,000 stores.', - url: 'https://moso.xyz/', - isComingSoon: true, - isVerified: false, - isFeatured: false, - icon: '/moso.png' - }, { id: 'chainspot', name: 'Chainspot', @@ -83,5 +73,15 @@ export const COMING_SOON_PROJECTS: Array = [ isVerified: false, isFeatured: false, icon: '/loopring.png' + }, + { + id: 'jumptask', + name: 'JumpTask', + description: 'One place, many ways to earn!', + url: 'https://jumptask.io/', + isComingSoon: true, + isVerified: false, + isFeatured: false, + icon: '/jumptask.png' } ]