mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-23 08:14:47 -07:00
website: snap
This commit is contained in:
@@ -388,7 +388,7 @@ export function initOptions() {
|
||||
summary.append(node.name);
|
||||
|
||||
const count = window.document.createElement("small");
|
||||
count.textContent = `(${node.count.toLocaleString("en-us")})`;
|
||||
count.textContent = `[${node.count.toLocaleString("en-us")}]`;
|
||||
summary.append(count);
|
||||
|
||||
let built = false;
|
||||
|
||||
Reference in New Issue
Block a user