Skip to content

Commit

Permalink
Merge pull request #157 from atrhacker/patch-1
Browse files Browse the repository at this point in the history
Add one project into showcase
  • Loading branch information
katomm committed Jul 19, 2021
2 parents 6ecdca4 + 9e7d604 commit c135be1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/data/showcase/token-builder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,15 @@ const Showcases = [
source: null,
tags: ["tokens", "nft"],
},
{
title: "Cardano Token and NFT Builder",
description:
"Create your own native tokens and NFT in a few clicks without any code.",
preview: require("./showcase/token-builder.png"),
website: "https://cardano-native-token.com/",
source: null,
tags: ["tokens", "nft"],
},
];

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

0 comments on commit c135be1

Please sign in to comment.