Skip to content

Commit

Permalink
Merge pull request #296 from ourzora/fix-chain-logo-loading
Browse files Browse the repository at this point in the history
Fix chain logo loading speed
  • Loading branch information
neokry authored Jul 6, 2023
2 parents a378f22 + 179c5dc commit 0003608
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

2 comments on commit 0003608

@vercel
Copy link

@vercel vercel bot commented on 0003608 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

testnet-nouns-builder – ./apps/web

testnet.nouns.build
testnet-nouns-builder-git-main-nouns-builder.vercel.app
testnet-nouns-builder-nouns-builder.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0003608 Jul 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.