Skip to content

Commit

Permalink
fix: invalid loader
Browse files Browse the repository at this point in the history
  • Loading branch information
Majorfi committed Nov 10, 2024
1 parent 9172efd commit b9bdde5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions pages/v3/[chainID]/[address].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ function Index(): ReactElement | null {
className={'size-10 md:size-12'}
src={`${process.env.BASE_YEARN_ASSETS_URI}/${currentVault.chainID}/${currentVault.token.address}/logo-128.png`}
alt={''}
smWidth={40}
smHeight={40}
width={48}
height={48}
/>
Expand Down
2 changes: 0 additions & 2 deletions pages/vaults/[chainID]/[address].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ function Index(): ReactElement | null {
currentVault.token.address
)}/logo-128.png`}
alt={''}
smWidth={48}
smHeight={48}
width={72}
height={72}
/>
Expand Down

0 comments on commit b9bdde5

Please sign in to comment.