Skip to content

Commit

Permalink
feat: add ycrv to featured
Browse files Browse the repository at this point in the history
  • Loading branch information
w84april committed Dec 12, 2024
1 parent 4644b7c commit 6576117
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
24 changes: 12 additions & 12 deletions apps/common/utils/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ export const INTEGRATIONS_APPS: TApp[] = [

export const FEATURED_APPS = [
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
logoURI: '/juiced-featured.jpg',
appURI: 'https://juiced.app/'
name: 'yCRV',
description: "Let Yearn's veCRV position boost your CRV yield, while you chill.",
logoURI: '/ycrv-featured.jpg',
appURI: 'https://ycrv.yearn.fi/'
},
{
name: 'Gimme',
Expand All @@ -175,10 +175,10 @@ export const FEATURED_APPS = [
appURI: '/v3'
},
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
logoURI: '/juiced-featured.jpg',
appURI: 'https://juiced.app/'
name: 'yCRV',
description: "Let Yearn's veCRV position boost your CRV yield, while you chill.",
logoURI: '/ycrv-featured.jpg',
appURI: 'https://ycrv.yearn.fi/'
},
{
name: 'Gimme',
Expand All @@ -193,10 +193,10 @@ export const FEATURED_APPS = [
appURI: '/v3'
},
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
logoURI: '/juiced-featured.jpg',
appURI: 'https://juiced.app/'
name: 'yCRV',
description: "Let Yearn's veCRV position boost your CRV yield, while you chill.",
logoURI: '/ycrv-featured.jpg',
appURI: 'https://ycrv.yearn.fi/'
},
{
name: 'Gimme',
Expand Down
5 changes: 4 additions & 1 deletion pages/apps/[category].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,10 @@ export default function Index(props: {router: NextRouter}): ReactElement {
<SortingBar />
</div>

<div className={'flex grid-rows-1 flex-col gap-4 md:grid md:grid-cols-2 lg:grid-cols-4'}>
<div
className={
'flex grid-rows-1 gap-4 max-md:flex-col md:grid-cols-2 md:flex-wrap lg:grid lg:grid-cols-4'
}>
{shuffledApps?.map(app => (
<AppCard
app={app}
Expand Down
Binary file added public/ycrv-featured.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6576117

Please sign in to comment.