Skip to content

Commit

Permalink
Added NFTdot.io entry as per latest requirements (#187)
Browse files Browse the repository at this point in the history
* Update showcases.js

Added entry for NFTdot.io at the end of the file as per lataest requirements.

* Add files via upload

Added NFTdot.io thumbnail
  • Loading branch information
nftdot authored and Mercurial committed Jul 29, 2021
1 parent 4fd1a94 commit 1baabb4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/data/showcase/nftdot.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 @@ -656,6 +656,15 @@ const Showcases = [
source: null,
tags: ["tokens", "nft"],
},
{
title: "NFTdot.io - create.sell.buy.collect",
description:
"NFTs are to physical art what music streaming is to vinyl. NFTdot enable users to create NFT & tokens, sell, buy or collect without limits",
preview: require("./showcase/nftdot.png"),
website: "https://www.nftdot.io",
source: null,
tags: ["nft"],
},
];

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

0 comments on commit 1baabb4

Please sign in to comment.