We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078055d commit c13826cCopy full SHA for c13826c
components/Connection.vue
@@ -151,7 +151,7 @@ const handleDisconnect = () => {
151
<Tooltip v-else-if="!isWalletAvailable" position="end">
152
<Button type="white" size="mini" disabled> Connect </Button>
153
154
- <template #content> Insall Keplr Wallet before connection </template>
+ <template #content> Install Keplr Wallet before connection </template>
155
</Tooltip>
156
157
<Button v-else-if="!appStore.address" @click="handleConnect" type="white" size="mini"> Connect </Button>
0 commit comments