Skip to content

Commit

Permalink
Merge pull request #11013 from kodadot/fix/fallback-max
Browse files Browse the repository at this point in the history
🔧 use 64 as a default
  • Loading branch information
vikiival authored Sep 19, 2024
2 parents fc2b589 + a7211d9 commit 962c5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/drop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ export const AHP_POPULAR_DROP_COLLECTIONS = [
'38', // Generativ Art - Pare1d0scope
]

export const FALLBACK_DROP_COLLECTION_MAX = 256
export const FALLBACK_DROP_COLLECTION_MAX = 64

export const DROP_CARD_MIN_WIDTH = 334 // px

0 comments on commit 962c5b1

Please sign in to comment.