Skip to content

Commit

Permalink
fix: upd images
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Aug 27, 2024
1 parent cc52576 commit 97c1c3f
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions apps/common/components/AppsCarousel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ export const AppsCarousel = forwardRef((props: {apps: TApp[]}, ref: ForwardedRef
<section className={'absolute left-0 -mx-1 w-full'}>
<div
className={
'pointer-events-none absolute left-0 top-0 z-30 h-[272px] w-1/6 bg-gradient-to-r from-gray-900 to-transparent md:h-full'
'pointer-events-none absolute left-0 top-0 z-30 h-[272px] w-1/6 bg-gradient-to-r from-gray-900/0 to-transparent md:h-full'
}
/>
<div
className={
'pointer-events-none absolute right-0 top-0 z-30 h-[272px] w-1/5 bg-gradient-to-l from-gray-900 to-transparent md:h-full'
'pointer-events-none absolute right-0 top-0 z-30 h-[272px] w-1/5 bg-gradient-to-l from-gray-900/0 to-transparent md:h-full'
}
/>
<div
Expand Down
18 changes: 9 additions & 9 deletions apps/common/utils/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,55 +157,55 @@ export const FEATURED_APPS = [
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
logoURI: '/juiced-bg.png',
logoURI: '/juiced-bg.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Gimme',
description: 'DeFi yields, designed for everyone.',
logoURI: '/gimme-bg.png',
logoURI: '/gimme-bg.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Vaults',
description: 'The full Yearn experience with all Vaults, for sophisticated users.',
logoURI: '/v3-bg.png',
logoURI: '/v3-bg.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
logoURI: '/juiced-bg.png',
logoURI: '/juiced-bg.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Gimme',
description: 'DeFi yields, designed for everyone.',
logoURI: '/gimme-bg.png',
logoURI: '/gimme-bg.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Vaults',
description: 'The full Yearn experience with all Vaults, for sophisticated users.',
logoURI: '/v3-bg.png',
logoURI: '/v3-bg.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
logoURI: '/juiced-bg.png',
logoURI: '/juiced-bg.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Gimme',
description: 'DeFi yields, designed for everyone.',
logoURI: '/gimme-bg.png',
logoURI: '/gimme-bg.jpg',
appURI: 'https://gimme.mom/'
},
{
name: 'Vaults',
description: 'The full Yearn experience with all Vaults, for sophisticated users.',
logoURI: '/v3-bg.png',
logoURI: '/v3-bg.jpg',
appURI: 'https://gimme.mom/'
}
];
Expand Down
Binary file added public/gimme-bg.jpg
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/gimme-bg.png
Binary file not shown.
Binary file added public/juiced-bg.jpg
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/juiced-bg.png
Binary file not shown.
Binary file added public/v3-bg.jpg
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/v3-bg.png
Binary file not shown.

0 comments on commit 97c1c3f

Please sign in to comment.