Skip to content

Commit

Permalink
Add missing fields
Browse files Browse the repository at this point in the history
  • Loading branch information
kattylucy committed Aug 12, 2024
1 parent e7d3f16 commit e86ea35
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/rwa-market.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ import { Morpho, MorphoProps } from '../components/Morpho'
export const query = graphql`
query {
dataJson(slug: { eq: "/rwa-market" }) {
title
seo {
...SeoFragment
}
hero_fund {
...HeroFundFragment
}
Expand Down

0 comments on commit e86ea35

Please sign in to comment.