Skip to content

Commit

Permalink
feat: change test to Change wallet if already signed in (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sekhmet authored Mar 7, 2024
1 parent a24c3c0 commit db8d783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/Modal/Account.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ watch(open, () => (step.value = null));
</UiButton>
</router-link>
<UiButton class="button-outline w-full" @click="step = 'connect'">
Connect wallet
{{ web3.account ? 'Change wallet' : 'Connect wallet' }}
</UiButton>
<UiButton class="button-outline w-full !text-skin-danger" @click="handleLogout">
Log out
Expand Down

0 comments on commit db8d783

Please sign in to comment.