Skip to content

Commit

Permalink
Update showcases.js
Browse files Browse the repository at this point in the history
added wheelzupnft collection
  • Loading branch information
spanglerch committed Oct 14, 2021
1 parent 72785f5 commit a419c13
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/data/showcases.js
Expand Up @@ -666,6 +666,15 @@ const Showcases = [
source: "https://github.com/wutzebaer/cardano-tools",
tags: ["tokens", "nft", "opensource"],
},
{
title: "WheelzUPNFT",
description:
"Mission Driven NFTs for Social Good on Cardano. 100 exclusive hand drawn characters riding EMP proof bikes rebuilding the world, NFT holders vote using a franctionalized NFT to decide which collective real world mission will be carried out.",
preview: require("https://github.com/spanglerch/ESCCommunity/blob/main/wheelzupnft.PNG"),
website: "https://www.wheelzupnft.com",
source: null,
tags: ["nft"],
},
];

export const TagList = Object.keys(Tags);
Expand All @@ -676,7 +685,7 @@ function sortShowcases() {
// Sort by featured tag, featured first
result = sortBy(result, (showcase) => !showcase.tags.includes("featured"));
return result;
}
},

export const SortedShowcases = sortShowcases();

Expand Down

0 comments on commit a419c13

Please sign in to comment.