Skip to content

Commit

Permalink
Merge pull request #10604 from ethereum/updateWalletHero
Browse files Browse the repository at this point in the history
add new wallet hero image
  • Loading branch information
corwintines authored Jul 4, 2023
2 parents 190fdf6 + 8bd24c1 commit 3983267
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added src/assets/wallets/wallet-hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages-conditional/wallets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ export const query = graphql`
}
}
}
hero: file(relativePath: { eq: "wallets/find-wallet-hero.png" }) {
hero: file(relativePath: { eq: "wallets/wallet-hero.png" }) {
childImageSharp {
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
}
Expand Down

0 comments on commit 3983267

Please sign in to comment.