Skip to content

Commit

Permalink
Removed deprecated wallet library
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsharma committed Dec 4, 2023
1 parent 38c5699 commit 07364ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions components/ConnectWallet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const ConnectWallet = () => {
</Typography>
</AccordionSummary>
<AccordionDetails>
<Box
{/* <Box
sx={{
display: 'flex',
alignItems: 'center',
Expand All @@ -80,7 +80,7 @@ export const ConnectWallet = () => {
>
Connect with Wallet Connect
</LoadingButton>
</Box>
</Box> */}
<Box
sx={{
display: 'flex',
Expand Down
2 changes: 1 addition & 1 deletion pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export function App(props) {
} = props
console.debug(props)

const maintenance = true
const maintenance = false
return (
<CacheProvider value={emotionCache}>
<Head>
Expand Down

1 comment on commit 07364ee

@vercel
Copy link

@vercel vercel bot commented on 07364ee Dec 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.