Skip to content
Closed
Changes from all commits
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
10 changes: 10 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,16 @@ export const Showcases = [
tags: ["nftproject"],
},
];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
];

Your submission is also syntactially incorrect and would not have actually been able to yarn build the Dev Portal, although your filled-out pull request template indicated that you had.

{
title: "Bored Elizabeth II Palace Club",
description:
"Generate passive income by staking NFTs, accessible to everyone at an affordable cost.",
preview: require("./showcase/boredelizabeth.png"),
website: "https://boredelizabeth.com",
source: null,
tags: ["nftproject"],
},
];

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