Skip to content

Commit

Permalink
Update showcases.js
Browse files Browse the repository at this point in the history
  • Loading branch information
happypus committed Oct 16, 2021
1 parent 72785f5 commit bed5d94
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Expand Up @@ -666,6 +666,15 @@ const Showcases = [
source: "https://github.com/wutzebaer/cardano-tools",
tags: ["tokens", "nft", "opensource"],
},
{
title: "Happypus NFT",
description:
"To celebrate the Cardano smart contract success launch and inspired by Charles Hoskinson's own Happy Octopus mascot we decided to bring you this unique collection of Happypus NFTs",
preview: require("./showcase/happypus.png"),
website: "https://happypus.fun/",
source: null,
tags: ["nft","happypus"],
},
];

export const TagList = Object.keys(Tags);
Expand Down

0 comments on commit bed5d94

Please sign in to comment.