Skip to content
Merged
Show file tree
Hide file tree
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 flipr.io showcase
  • Loading branch information
fill-the-fill committed Apr 25, 2023
commit a60a91f1d03e7eb7fc2e1a3a0094f262e48fe70d
Binary file added src/data/showcase/flipr.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 @@ -1144,6 +1144,15 @@ export const Showcases = [
source: null,
tags: ["nftsupport", "wallet"],
},
{
title: "flipr.io",
description:
"flipr.io is a Web3 application that aspires to serve many purposes within the world of Cardano NFTs. ",
preview: require("./showcase/flipr.png"),
website: "https://www.flipr.io/",
source: null,
tags: ["marketplace", "nftsupport", "minting"],
},
];

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