Skip to content

Commit

Permalink
Merge pull request #561 from OffchainLabs/fix-nova-logo
Browse files Browse the repository at this point in the history
fix: nova background image not loaded correctly
  • Loading branch information
chrstph-dvx authored Feb 2, 2023
2 parents 794646e + 1e52c05 commit 9d77d2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function NetworkContainer({

if (isArbitrumNova) {
return {
backgroundImage: `url('/TransparentArbitrumNovaLogo.webp'})`,
backgroundImage: `url('/TransparentArbitrumNovaLogo.webp')`,
backgroundClassName: 'bg-[#8a4100]'
}
}
Expand Down

1 comment on commit 9d77d2a

@vercel
Copy link

@vercel vercel bot commented on 9d77d2a Feb 2, 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.