Skip to content

Commit

Permalink
fix: assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Aug 29, 2024
1 parent 77f5592 commit 98553ad
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/common/utils/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const INTEGRATIONS_APPS: TApp[] = [
name: 'Sturdy',
description:
'Isolated lending with shared liquidity. Permissionlessly create a liquid money market for any asset.',
logoURI: 'https://v2.sturdy.finance/apple-icon.png',
logoURI: 'https://avatars.githubusercontent.com/u/90377574?s=200&v=4',
appURI: 'https://v2.sturdy.finance'
},
{
Expand All @@ -157,55 +157,55 @@ export const FEATURED_APPS = [
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
logoURI: '/juiced-featured.png',
logoURI: '/juiced-featured.jpg',
appURI: 'https://juiced.app/'
},
{
name: 'Gimme',
description: 'DeFi yields, designed for everyone.',
logoURI: '/gimme-featured.png',
logoURI: '/gimme-featured.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Vaults',
description: 'The full Yearn experience with all Vaults, for sophisticated users.',
logoURI: '/v3-featured.png',
logoURI: '/v3-featured.jpg',
appURI: '/v3'
},
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
logoURI: '/juiced-featured.png',
logoURI: '/juiced-featured.jpg',
appURI: 'https://juiced.app/'
},
{
name: 'Gimme',
description: 'DeFi yields, designed for everyone.',
logoURI: '/gimme-featured.png',
logoURI: '/gimme-featured.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Vaults',
description: 'The full Yearn experience with all Vaults, for sophisticated users.',
logoURI: '/v3-featured.png',
logoURI: '/v3-featured.jpg',
appURI: '/v3'
},
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
logoURI: '/juiced-featured.png',
logoURI: '/juiced-featured.jpg',
appURI: 'https://juiced.app/'
},
{
name: 'Gimme',
description: 'DeFi yields, designed for everyone.',
logoURI: '/gimme-featured.png',
logoURI: '/gimme-featured.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Vaults',
description: 'The full Yearn experience with all Vaults, for sophisticated users.',
logoURI: '/v3-featured.png',
logoURI: '/v3-featured.jpg',
appURI: '/v3'
}
];
Expand Down
Binary file removed public/gimme-bg.png
Binary file not shown.
File renamed without changes
Binary file removed public/gimme-featured.png
Binary file not shown.
Binary file removed public/juiced-bg.png
Binary file not shown.
File renamed without changes
Binary file removed public/juiced-featured.png
Binary file not shown.
Binary file removed public/v3-bg.png
Binary file not shown.
File renamed without changes
Binary file removed public/v3-featured.png
Binary file not shown.

0 comments on commit 98553ad

Please sign in to comment.