Skip to content

Commit

Permalink
Add decon to Showcase (cardano-foundation#1222)
Browse files Browse the repository at this point in the history
* Add files via upload

* Added decon entry

* Update src/data/showcases.js

Co-authored-by: Robert Phair <[email protected]>

---------

Co-authored-by: Robert Phair <[email protected]>
Co-authored-by: Fill <[email protected]>
  • Loading branch information
3 people committed May 16, 2024
1 parent b9fd323 commit fc0c48c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added src/data/showcase/decon.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 @@ -1127,6 +1127,15 @@ export const Showcases = [
source: null,
tags: ["lending", "token", "marketplace", "nftsupport"],
},
{
title: "decon",
description:
"decon is a decentralized social forum.",
preview: require("./showcase/decon.png"),
website: "https://decon.app/",
source: "https://github.com/alucao/decon",
tags: ["opensource", "metadata"],
},
];

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

0 comments on commit fc0c48c

Please sign in to comment.