Skip to content

Commit

Permalink
Merge pull request #293 from velgajski1/main
Browse files Browse the repository at this point in the history
enchanted bonsai fix
  • Loading branch information
bodily11 authored Oct 5, 2023
2 parents 7378c5e + d279e09 commit 6d9b262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/Detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,9 @@ const Detail = props => {
// }

if (index == 99 && canister == 'kss7i-hqaaa-aaaah-qbvmq-cai')
detailPage = 'interactive_nfts_or_videos';

if (index >= 9 && index <= 19 && canister == 'yy7m6-daaaa-aaaag-qciqa-cai')
detailPage = 'interactive_nfts_or_videos';

switch (detailPage) {
Expand Down

0 comments on commit 6d9b262

Please sign in to comment.