Skip to content

Commit

Permalink
hide wallet connect (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine authored Aug 15, 2023
1 parent 310caf6 commit 65bd985
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions resources/js/components/WalletConnectButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,6 @@
class="absolute right-0 z-10 mt-2 w-44 origin-top-right divide-y divide-gray-100 rounded-md bg-white shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none pt-1"
>
<template v-if="!walletSession">
<MenuItem v-slot="{ active }">
<button
:class="[
active ? 'bg-gray-100 text-gray-900' : 'text-gray-700',
'block px-4 py-2 text-sm w-full text-center transition-all',
]"
@click="connectWallet('wc')"
>
WalletConnect
</button>
</MenuItem>
<MenuItem v-slot="{ active }">
<button
:class="[
Expand Down

0 comments on commit 65bd985

Please sign in to comment.