Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ericet/snapshot into meta…
Browse files Browse the repository at this point in the history
…mask
  • Loading branch information
ericet committed Nov 26, 2022
2 parents ee2f7dc + 95fed0b commit d43f588
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Use Private Key to vote
## Demo URL
https://ericet.github.io/snapshot/

![image](https://user-images.githubusercontent.com/9066755/204068475-a714017f-6b9b-42c9-9a73-431525d2f41e.png)


## Installation
1. Clone the repo:

Expand Down
8 changes: 6 additions & 2 deletions src/components/ProposalsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@
<td class="px-2 py-2 text-center">
<div class="text-center">
<div>
<p>{{ proposal.title }}</p>
<a target="_blank"
:href="`https://snapshot.org/#/${proposal.space}/proposal/${proposal.id}`"
>
{{ proposal.title }}
</a>
</div>
</div>
</td>
Expand Down Expand Up @@ -110,7 +114,7 @@ export default {
},
getSpace(id) {
return this.$store.state.spaceMap.get(id).name;
}
},
},
};
</script>
4 changes: 4 additions & 0 deletions src/config/spaces.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ export const spacesList = [
id: "sismo.eth",
name: "Sismo"
},
{
id: "layer2dao.org",
name: "Layer2 DAO"
},
// {
// id:"plutusclub.eth",
// name:"Test"
Expand Down

0 comments on commit d43f588

Please sign in to comment.