increase button width, use default params for node
This commit is contained in:
parent
9b8b8470b4
commit
afb04764b1
|
@ -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>
|
||||
|
|
|
@ -25,11 +25,7 @@ async function main() {
|
|||
|
||||
// Starting the node
|
||||
const node = await createLightNode({
|
||||
libp2p: {
|
||||
peerDiscovery: [
|
||||
new PeerDiscoveryStaticPeers(getPredefinedBootstrapNodes(Fleet.Test)),
|
||||
],
|
||||
},
|
||||
defaultBootstrap: true,
|
||||
});
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue