Skip to content

Commit

Permalink
fix: open shutter link in new page
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Mar 14, 2024
1 parent 882737d commit ca26322
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/ui/src/components/ProposalResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const results = computed(() =>
<div class="mt-2.5 text-center">
<a
href="https://blog.shutter.network/announcing-shutter-governance-shielded-voting-for-daos/"
target="_blank"
>
<IC-Shutter class="w-[80px] text-skin-text inline-block" />
</a>
Expand Down Expand Up @@ -162,6 +163,7 @@ const results = computed(() =>
<div class="flex items-center">
<a
href="https://blog.shutter.network/announcing-shutter-governance-shielded-voting-for-daos/"
target="_blank"
>
<IC-Shutter class="w-[80px] text-skin-text" />
</a>
Expand Down

0 comments on commit ca26322

Please sign in to comment.