diff --git a/src/pages/layer-2.tsx b/src/pages/layer-2.tsx index 32233b3c6a8..7af97cb607d 100644 --- a/src/pages/layer-2.tsx +++ b/src/pages/layer-2.tsx @@ -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(