We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a547443 commit 69ec455Copy full SHA for 69ec455
sandbox/src/App.tsx
@@ -42,7 +42,7 @@ function App() {
42
}
43
};
44
45
-
+
46
if (pairingCode !== undefined) {
47
return (
48
<div className="container">
@@ -88,6 +88,9 @@ function App() {
88
<button className="menuButton" onClick={() => connect('bridge')}>Connect using BitBoxBridge</button><br />
89
<button className="menuButton" onClick={() => connect('auto')}>Choose automatically</button>
90
{err !== undefined && <ErrorNotification message={err.message} code={err.code} onClose={() => setErr(undefined)} /> }
91
+ <p>
92
+ This sandbox is using the <a href="https://www.npmjs.com/package/bitbox-api">bitbox-api NPM</a> package.
93
+ </p>
94
</div>
95
);
96
0 commit comments