Skip to content

Commit fd2a599

Browse files
author
Ryan Cordell
committed
Added new images
1 parent 5da7568 commit fd2a599

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
1.77 MB
Loading

src/images/home/doge_computer.png

1.77 MB
Loading

src/images/home/enterprise_eth.png

1.37 MB
Loading

src/pages/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,13 @@ export const query = graphql`
420420
}
421421
}
422422
}
423-
individuals: file(relativePath: { eq: "home/cats.png" }) {
423+
individuals: file(relativePath: { eq: "home/doge_computer.png" }) {
424424
...personaImage
425425
}
426-
developers: file(relativePath: { eq: "home/developers.png" }) {
426+
developers: file(relativePath: { eq: "home/developers_eth_lego.png" }) {
427427
...personaImage
428428
}
429-
enterprise: file(relativePath: { eq: "home/enterprise.png" }) {
429+
enterprise: file(relativePath: { eq: "home/enterprise_eth.png" }) {
430430
...personaImage
431431
}
432432
}

0 commit comments

Comments
 (0)