Skip to content

Commit

Permalink
chores: update asset URL + sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 24, 2023
1 parent e85285c commit 81a55c6
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions apps/common/components/Apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ export const APPS: {[key in AppName]: TApp} = {
icon: (
<ImageWithFallback
alt={'yCRV'}
width={32}
height={32}
width={64}
height={64}
className={'h-8 w-8'}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/${YCRV_TOKEN_ADDRESS}/logo-128.png`}
loading={'eager'}
priority
Expand All @@ -90,8 +91,9 @@ export const APPS: {[key in AppName]: TApp} = {
icon: (
<ImageWithFallback
alt={'yBal'}
width={32}
height={32}
width={64}
height={64}
className={'h-8 w-8'}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/${YBAL_TOKEN_ADDRESS}/logo-128.png`}
loading={'eager'}
priority
Expand Down Expand Up @@ -132,8 +134,9 @@ export const APPS: {[key in AppName]: TApp} = {
icon: (
<ImageWithFallback
alt={'yETH'}
width={32}
height={32}
width={64}
height={64}
className={'h-8 w-8'}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/0x1BED97CBC3c24A4fb5C069C6E311a967386131f7/logo-128.png`}
loading={'eager'}
priority
Expand All @@ -147,9 +150,10 @@ export const APPS: {[key in AppName]: TApp} = {
manifest: {} as TMetaFile,
icon: (
<ImageWithFallback
alt={'yETH'}
width={32}
height={32}
alt={'yPrisma'}
width={64}
height={64}
className={'h-8 w-8'}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/0xe3668873d944e4a949da05fc8bde419eff543882/logo-128.png`}
loading={'eager'}
priority
Expand Down

0 comments on commit 81a55c6

Please sign in to comment.