increase button width, use default params for node

This commit is contained in:
weboko 2023-01-24 22:23:03 +01:00
parent 9b8b8470b4
commit afb04764b1
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

View File

@ -165,7 +165,7 @@
/>
<div>
<button id="copy-url" style="width: 100px">Copy URL</button>
<button id="open-tab" style="width: 100px">Open in new tab</button>
<button id="open-tab" style="width: 150px">Open in new tab</button>
</div>
<canvas id="qr-canvas"></canvas>
</div>

View File

@ -25,11 +25,7 @@ async function main() {
// Starting the node
const node = await createLightNode({
libp2p: {
peerDiscovery: [
new PeerDiscoveryStaticPeers(getPredefinedBootstrapNodes(Fleet.Test)),
],
},
defaultBootstrap: true,
});
try {