diff --git a/src/data/showcase/lace.png b/src/data/showcase/lace.png new file mode 100644 index 0000000000..c2b027c40d Binary files /dev/null and b/src/data/showcase/lace.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index 703cd48526..0dd48f8a67 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -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);