Skip to content

Commit

Permalink
chore: Update wallet connect modal (#4507)
Browse files Browse the repository at this point in the history
* chore: Remove tally from wallet options

* chore: Fix WC aspect ratio
  • Loading branch information
garethfuller authored Nov 3, 2023
1 parent 6c44ddf commit d229ad9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/web3/WalletButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function handleClick() {
<template>
<button class="wallet-connect-btn" @click="handleClick">
<div class="flex items-center" style="width: 70%">
<img :src="buildConnectorIconURL(wallet)" class="mr-4 w-10 h-10" />
<img :src="buildConnectorIconURL(wallet)" class="mr-4 w-10 h-auto" />
<h5 class="text-base text-gray-700 dark:text-white">
<span class="capitalize">{{ WalletNameMap[wallet] }}</span>
</h5>
Expand Down
1 change: 0 additions & 1 deletion src/providers/wallet.provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export type Wallet =
export const SupportedWallets = [
'metamask',
'walletconnect',
'tally',
'safe',
'walletlink',
] as Wallet[];
Expand Down

0 comments on commit d229ad9

Please sign in to comment.