Skip to content

Commit

Permalink
fix: asset quality by using 128 instead of 32
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 24, 2023
1 parent 51bf2ae commit e85285c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/common/components/Apps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const APPS: {[key in AppName]: TApp} = {
alt={'yCRV'}
width={32}
height={32}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/${YCRV_TOKEN_ADDRESS}/logo-32.png`}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/${YCRV_TOKEN_ADDRESS}/logo-128.png`}
loading={'eager'}
priority
/>
Expand All @@ -92,7 +92,7 @@ export const APPS: {[key in AppName]: TApp} = {
alt={'yBal'}
width={32}
height={32}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/${YBAL_TOKEN_ADDRESS}/logo-32.png`}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/${YBAL_TOKEN_ADDRESS}/logo-128.png`}
loading={'eager'}
priority
/>
Expand Down Expand Up @@ -134,7 +134,7 @@ export const APPS: {[key in AppName]: TApp} = {
alt={'yETH'}
width={32}
height={32}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/0x1BED97CBC3c24A4fb5C069C6E311a967386131f7/logo-32.png`}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/0x1BED97CBC3c24A4fb5C069C6E311a967386131f7/logo-128.png`}
loading={'eager'}
priority
/>
Expand All @@ -150,7 +150,7 @@ export const APPS: {[key in AppName]: TApp} = {
alt={'yETH'}
width={32}
height={32}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/0xe3668873d944e4a949da05fc8bde419eff543882/logo-32.png`}
src={`${process.env.BASE_YEARN_ASSETS_URI}/1/0xe3668873d944e4a949da05fc8bde419eff543882/logo-128.png`}
loading={'eager'}
priority
/>
Expand Down

0 comments on commit e85285c

Please sign in to comment.