Skip to content

Commit 69ec455

Browse files
committed
sandbox: add a ref to the NPM package for discoverability
1 parent a547443 commit 69ec455

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sandbox/src/App.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function App() {
4242
}
4343
};
4444

45-
45+
4646
if (pairingCode !== undefined) {
4747
return (
4848
<div className="container">
@@ -88,6 +88,9 @@ function App() {
8888
<button className="menuButton" onClick={() => connect('bridge')}>Connect using BitBoxBridge</button><br />
8989
<button className="menuButton" onClick={() => connect('auto')}>Choose automatically</button>
9090
{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>
9194
</div>
9295
);
9396
}

0 commit comments

Comments
 (0)