Skip to content

Commit 3c7e06c

Browse files
authored
Merge pull request #9256 from MukulKolpe/wallets-page
Replaced hero image on the wallets page with hero image from find wallets page
2 parents aa3b1ea + b3063b8 commit 3c7e06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages-conditional/wallets.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ export const listImage = graphql`
506506

507507
export const query = graphql`
508508
query WalletsPage {
509-
hero: file(relativePath: { eq: "wallet.png" }) {
509+
hero: file(relativePath: { eq: "wallets/find-wallet-hero.png" }) {
510510
childImageSharp {
511511
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
512512
}

0 commit comments

Comments
 (0)