Skip to content

Commit

Permalink
add aztec query back in:
Browse files Browse the repository at this point in the history
  • Loading branch information
corwintines committed Jul 26, 2022
1 parent 51be905 commit 61b15ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/pages/layer-2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,16 @@ export const query = graphql`
)
}
}
aztec: file(relativePath: { eq: "layer-2/aztec.png" }) {
childImageSharp {
gatsbyImageData(
width: 200
layout: CONSTRAINED
placeholder: BLURRED
quality: 100
)
}
}
boba: file(relativePath: { eq: "layer-2/boba.png" }) {
childImageSharp {
gatsbyImageData(
Expand Down

0 comments on commit 61b15ed

Please sign in to comment.