Skip to content

Commit

Permalink
Add a new showcase tag (DEX) & new showcase project (MuesliSwap) (#480)
Browse files Browse the repository at this point in the history
* Add a new showcase tag (DEX) & new showcase projects (MuesliSwap)

* Relocate MuesliSwap to the bottom of the list showcase list

Co-authored-by: fill-the-fill <fill.ickevics@gmail.com>
  • Loading branch information
fill-the-fill and fickevics-makor committed Jan 14, 2022
1 parent 91cffd5 commit d6e0e19
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Binary file added src/data/showcase/muesliswap.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,13 @@ export const Tags = {
"Cardano wallets store the public and/or private keys to access and manage your funds.",
icon: null,
},

// DEX
dex: {
label: "DEX",
description: "DEX allows direct peer-to-peer cryptocurrency transactions to take place online securely.",
icon: null,
},
};

// Add your project to (THE END OF) this list.
Expand Down Expand Up @@ -693,6 +700,15 @@ const Showcases = [
source: null,
tags: ["game"],
},
{
title: "MuesliSwap",
description:
"MuesliSwap is a new decentralized exchange (DEX) operating on the Smart Bitcoin Cash blockchain and Cardano.",
preview: require("./showcase/muesliswap.png"),
website: "https://ada.muesliswap.com",
source: null,
tags: ["dex"],
},
];

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

0 comments on commit d6e0e19

Please sign in to comment.