Skip to content

Commit b3063b8

Browse files
committed
Replaced hero image on the wallets page with hero image from find wallets page
1 parent 7a1c508 commit b3063b8

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
@@ -495,7 +495,7 @@ export const listImage = graphql`
495495

496496
export const query = graphql`
497497
query WalletsPage {
498-
hero: file(relativePath: { eq: "wallet.png" }) {
498+
hero: file(relativePath: { eq: "wallets/find-wallet-hero.png" }) {
499499
childImageSharp {
500500
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
501501
}

0 commit comments

Comments
 (0)