diff --git a/apps/common/components/CategorySection.tsx b/apps/common/components/CategorySection.tsx
index fe4232b53..94349df5c 100644
--- a/apps/common/components/CategorySection.tsx
+++ b/apps/common/components/CategorySection.tsx
@@ -14,7 +14,7 @@ type TAppSectionProps = {
export function CategorySection(props: TAppSectionProps): ReactElement {
return (
-
+
{props.title}
diff --git a/apps/common/components/MobileTopNav.tsx b/apps/common/components/MobileTopNav.tsx
index 88124a2f8..24b57e81c 100644
--- a/apps/common/components/MobileTopNav.tsx
+++ b/apps/common/components/MobileTopNav.tsx
@@ -63,7 +63,7 @@ export function MobileTopNav({
dispatch({searchValue: value})}
diff --git a/apps/common/components/Sidebar.tsx b/apps/common/components/Sidebar.tsx
index 0d10fb36f..e8edc2e80 100644
--- a/apps/common/components/Sidebar.tsx
+++ b/apps/common/components/Sidebar.tsx
@@ -45,7 +45,7 @@ export function Sidebar(props: TSidebarProps): ReactElement {
{
diff --git a/apps/common/utils/constants.tsx b/apps/common/utils/constants.tsx
index 4767e0d8d..35a8688e4 100644
--- a/apps/common/utils/constants.tsx
+++ b/apps/common/utils/constants.tsx
@@ -157,56 +157,56 @@ export const FEATURED_APPS = [
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
- logoURI: '/juiced-bg.jpg',
- appURI: 'https://gimme.mom/'
+ logoURI: '/juiced-featured.png',
+ appURI: 'https://juiced.app/'
},
{
name: 'Gimme',
description: 'DeFi yields, designed for everyone.',
- logoURI: '/gimme-bg.jpg',
+ logoURI: '/gimme-featured.png',
appURI: 'https://gimme.mom/'
},
{
name: 'Vaults',
description: 'The full Yearn experience with all Vaults, for sophisticated users.',
- logoURI: '/v3-bg.jpg',
- appURI: 'https://gimme.mom/'
+ logoURI: '/v3-featured.png',
+ appURI: '/v3'
},
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
- logoURI: '/juiced-bg.jpg',
- appURI: 'https://gimme.mom/'
+ logoURI: '/juiced-featured.png',
+ appURI: 'https://juiced.app/'
},
{
name: 'Gimme',
description: 'DeFi yields, designed for everyone.',
- logoURI: '/gimme-bg.jpg',
+ logoURI: '/gimme-featured.png',
appURI: 'https://gimme.mom/'
},
{
name: 'Vaults',
description: 'The full Yearn experience with all Vaults, for sophisticated users.',
- logoURI: '/v3-bg.jpg',
- appURI: 'https://gimme.mom/'
+ logoURI: '/v3-featured.png',
+ appURI: '/v3'
},
{
name: 'Juiced',
description: 'Discover yields juiced with extra token rewards.',
- logoURI: '/juiced-bg.jpg',
- appURI: 'https://gimme.mom/'
+ logoURI: '/juiced-featured.png',
+ appURI: 'https://juiced.app/'
},
{
name: 'Gimme',
description: 'DeFi yields, designed for everyone.',
- logoURI: '/gimme-bg.jpg',
+ logoURI: '/gimme-featured.png',
appURI: 'https://gimme.mom/'
},
{
name: 'Vaults',
description: 'The full Yearn experience with all Vaults, for sophisticated users.',
- logoURI: '/v3-bg.jpg',
- appURI: 'https://gimme.mom/'
+ logoURI: '/v3-featured.png',
+ appURI: '/v3'
}
];
diff --git a/public/gimme-featured.png b/public/gimme-featured.png
new file mode 100644
index 000000000..9fac34c81
Binary files /dev/null and b/public/gimme-featured.png differ
diff --git a/public/juiced-featured.png b/public/juiced-featured.png
new file mode 100644
index 000000000..8d44020fb
Binary files /dev/null and b/public/juiced-featured.png differ
diff --git a/public/v3-featured.png b/public/v3-featured.png
new file mode 100644
index 000000000..0389b2223
Binary files /dev/null and b/public/v3-featured.png differ