Skip to content
Prev Previous commit
Next Next commit
Merge branch 'staging' into patch-2
  • Loading branch information
fill-the-fill authored Sep 19, 2022
commit e18c2fefb97e23bae11570cc54618496e18d53e2
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,15 @@ export const Showcases = [
source: null,
tags: ["nftproject", "game"],
},
{
title: "Voteaire",
description:
"Voteaire allows everyone in the ecosystem to create a poll. All results are weighted. All proposals and votes are stored publicly on-chain.",
preview: require("./showcase/voteaire.png"),
website: "https://voteaire.io/",
source: null,
tags: [ "daotool"],
},
];

export const TagList = Object.keys(Tags);
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.