Skip to content

Commit

Permalink
Merge pull request #123 from kryptoids/staging
Browse files Browse the repository at this point in the history
add Kryptoids NFT project to the project showcase
  • Loading branch information
katomm authored Jul 13, 2021
2 parents 3b0d1ad + b596645 commit 43a792b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/data/showcase/kryptoids.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 @@ -564,6 +564,15 @@ const Showcases = [
source: null,
tags: ["nft"],
},
{
title: "Kryptoids",
description:
"Legendary creatures on the Cardano blockchain!",
preview: require("./showcase/kryptoids.png"),
website: "https://kryptoids.monster",
source: null,
tags: ["nft"],
},
];

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

0 comments on commit 43a792b

Please sign in to comment.