Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Lace to showcases
  • Loading branch information
olgahryniuk authored Apr 11, 2023
commit 18a468fbf56b5d08100137f9799c80ce67b7a55c
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,15 @@ export const Showcases = [
source: null,
tags: ["nftproject"],
},
{
title: "Lace",
description:
"A new light wallet platform from IOG, the creators of Cardano. Manually verified by an independent auditor, Lace lets you quickly, easily, and securely manage your digital assets and enjoy Web3.",
preview: require("./showcase/lace.png"),
website: "https://www.lace.io/",
source: null,
tags: ["nftsupport", "wallet"],
},
];

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