Skip to content

Commit 3983267

Browse files
authored
Merge pull request #10604 from ethereum/updateWalletHero
add new wallet hero image
2 parents 190fdf6 + 8bd24c1 commit 3983267

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/assets/wallets/wallet-hero.png

1.21 MB
Loading

src/pages-conditional/wallets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ export const query = graphql`
487487
}
488488
}
489489
}
490-
hero: file(relativePath: { eq: "wallets/find-wallet-hero.png" }) {
490+
hero: file(relativePath: { eq: "wallets/wallet-hero.png" }) {
491491
childImageSharp {
492492
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
493493
}

0 commit comments

Comments
 (0)