Skip to content

Commit

Permalink
Swap button
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Jan 18, 2024
1 parent 3b3cb32 commit fe40388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpaceProposalBoostModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ const content = [
<div
class="flex justify-between items-center border-t md:border-0 px-[20px] py-3 md:p-[32px]"
>
<TuneButton @click="$emit('start')"> Get started </TuneButton>
<TuneCheckbox
id="dont-show-again"
v-model="dontShowAgain"
class="text-sm"
hint="Don't show this again"
/>
<TuneButton @click="$emit('start')"> Get started </TuneButton>
</div>
</div>
</div>
Expand Down

0 comments on commit fe40388

Please sign in to comment.