Skip to content

Commit

Permalink
update coming soon (#409)
Browse files Browse the repository at this point in the history
* update coming soon

* remove logo

* update
  • Loading branch information
chadyj authored Jan 16, 2024
1 parent 468154b commit 5ee26a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Binary file added public/jumptask.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/moso.png
Binary file not shown.
20 changes: 10 additions & 10 deletions src/constants/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ export const COMING_SOON_PROJECTS: Array<INotifyApp> = [
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',
Expand Down Expand Up @@ -83,5 +73,15 @@ export const COMING_SOON_PROJECTS: Array<INotifyApp> = [
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'
}
]

1 comment on commit 5ee26a2

@vercel
Copy link

@vercel vercel bot commented on 5ee26a2 Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.