Skip to content

Commit

Permalink
fix carosul
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Sep 4, 2024
1 parent 57ee780 commit a263b9c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions apps/arkmarket/src/config/homepage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,6 @@ export const homepageConfig = {
itemsCount: 1151,
// floorPrice: 0.12,
},
{
bannerSrc: "/banners/golden-token.png",
collectionSrc: "/collections/golden-token.png",
name: CollectionNames[Collections.GOLDEN_TOKEN],
description: "One free game for ever....",
address: CollectionAddresses[Collections.GOLDEN_TOKEN][ChainId.SN_MAIN],
itemsCount: 20,
// floorPrice: 0.12,
},
{
bannerSrc: "/banners/realms.png",
collectionSrc: "/collections/realms.png",
Expand All @@ -154,15 +145,6 @@ export const homepageConfig = {
itemsCount: 3788,
// floorPrice: 0.12,
},
{
bannerSrc: "/banners/banners.png",
collectionSrc: "/collections/banners.png",
name: CollectionNames[Collections.BANNERS],
description: "Loot Realms",
address: CollectionAddresses[Collections.BANNERS][ChainId.SN_MAIN],
itemsCount: 9170,
// floorPrice: 0.12,
},
],
exploreCategory: [
{ name: "Gaming", image: "/collection_categories/gaming.png" },
Expand Down

0 comments on commit a263b9c

Please sign in to comment.