Skip to content

Commit

Permalink
Fix chain logo loading speed
Browse files Browse the repository at this point in the history
  • Loading branch information
neokry committed Jul 6, 2023
1 parent 1e8bc1f commit 1a5b7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/layouts/DefaultLayout/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export const NavMenu = () => {
<Flex align={'center'}>
<Box h="x6" w="x6">
<Image
loading="eager"
style={{ height: 24, width: 24 }}
src={selectedChain.icon}
alt={selectedChain.name}
Expand Down

0 comments on commit 1a5b7fe

Please sign in to comment.