Skip to content

Commit

Permalink
feat: Use v2 to create offchain space
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jan 22, 2025
1 parent 32771ba commit db2c620
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions apps/ui/src/views/My/Explore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,7 @@ onMounted(() => {
/>
</div>
<UiTooltip title="Create new space">
<UiButton
:to="
protocol === 'snapshot'
? 'https://v1.snapshot.box/#/setup'
: 'create'
"
class="!px-0 w-[46px]"
>
<UiButton :to="{ name: 'create' }" class="!px-0 w-[46px]">
<IH-plus-sm />
</UiButton>
</UiTooltip>
Expand Down

0 comments on commit db2c620

Please sign in to comment.