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
Prev Previous commit
Next Next commit
Add Universe 25 as "best Zeitgeist"
  • Loading branch information
katomm committed Apr 2, 2023
commit 116b160396ec6fcf06c738828371cee292933295
Binary file added src/data/showcase/universe25.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 @@ -1253,6 +1253,15 @@ export const Showcases = [
source: null,
tags: ["nftproject"],
},
{
title: "Universe 25",
description:
"Winner of the CNFT Awards 2022 in the category \"Zeitgeist\".",
preview: require("./showcase/universe25.png"),
website: "https://www.universe25.io",
source: null,
tags: ["nftproject"],
},
];

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