Skip to content

Commit

Permalink
fix: Update signator URL path
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Jan 22, 2025
1 parent 98ae9e5 commit cc93d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpaceProposalVotesItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const balanceFormatted = computed(() => {
</div>
</BaseBlock>
<BaseLink
:link="`https://signator.io/view?ipfs=${vote.ipfs}`"
:link="`https://signator.io/ipfs/${vote.ipfs}`"
class="mb-2 block"
hide-external-icon
>
Expand Down

0 comments on commit cc93d90

Please sign in to comment.