Skip to content

Commit

Permalink
Removed console.logs and debug points
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed Oct 1, 2024
1 parent e76b545 commit 36882df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/modules/common/ConnectWalletButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ export const ConnectWalletButton = ({
connect()
}}
>
Connect Wallet C
Connect Wallet
</SmallButton>
)
}
return (
<SmallButton variant="outlined" onClick={() => connect()}>
Connect Wallet A
Connect Wallet
</SmallButton>
)
}
1 change: 0 additions & 1 deletion src/modules/explorer/pages/ProposalDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,6 @@ export const ProposalDetails: React.FC = () => {
}
}

console.log({ proposal })
const showStatusText =
statusColors(status).text !== ProposalStatus.ACTIVE || statusColors(status).text !== ProposalStatus.PENDING
return (
Expand Down
6 changes: 3 additions & 3 deletions src/services/wagmi/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ const projectId = "7dd66fecc485693b67e6921c580e7040"
// 2. Create wagmiConfig
const metadata = {
name: "Homebase",
description: "AppKit Example",
url: "https://web3modal.com", // origin must match your domain & subdomain
icons: ["https://avatars.githubusercontent.com/u/37784886"]
description: "DAO Creator & Explorer On Tezos",
url: "https://tezos-homebase.io", // origin must match your domain & subdomain
icons: ["https://tezos-homebase.io/favicon.ico"]
}

const web3ModalConfig = defaultWagmiConfig({
Expand Down

0 comments on commit 36882df

Please sign in to comment.