Skip to content

Commit

Permalink
Increase # of NFTs in showcase
Browse files Browse the repository at this point in the history
This will likely need some additional styling.

#134
  • Loading branch information
simonkernel authored Aug 22, 2022
1 parent 2146fc9 commit 8973c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/dapp/src/utils/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ const GET_ALL_HIGHLIGHT_NFTS = `
const Queries = {
getAllHighlightNfts: {
query: GET_ALL_HIGHLIGHT_NFTS,
variables: { first: 4 }
variables: { first: 12 }
},
getAllSealedNfts: {
query: GET_ALL_SEALED_NFTS,
variables: { first: 4 }
variables: { first: 12 }
},
getStewardNfts: {
query: GET_STEWARD_NFTS,
Expand Down

0 comments on commit 8973c12

Please sign in to comment.