Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web3Connnect button introduced #150

Merged
merged 4 commits into from
Feb 24, 2023

Conversation

zavodil
Copy link
Contributor

@zavodil zavodil commented Feb 22, 2023

No description provided.

src/vm/vm.js Outdated
@@ -152,6 +153,7 @@ const ApprovedTagsCustom = {
OverlayTrigger: true,
Files: true,
iframe: false,
Web3Connect: true
Copy link
Contributor

Choose a reason for hiding this comment

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

make it false, to not expect children components

}`}
disabled={connecting}
onClick={() => (wallet ? disconnect(wallet) : connect())}
style={wallet ? { marginRight: "317px" } : {}}
Copy link
Contributor

Choose a reason for hiding this comment

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

No need to include margin for inline button.

@zavodil zavodil merged commit 5dc5bf4 into NearSocial:add-ethers-js Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants