readmes: update

This commit is contained in:
nym21
2025-04-01 00:24:27 +02:00
parent f49529fa70
commit 72389e0129
18 changed files with 79 additions and 40 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>kibō</title>
<title>kibo</title>
<meta
name="description"
content="An open source Bitcoin Core data extractor and visualizer"

View File

@@ -1,6 +1,6 @@
{
"name": "kibō.money",
"short_name": "kibō",
"name": "kibo.money",
"short_name": "kibo",
"description": "A better, FOSS, Bitcoin-only, self-hostable Glassnode",
"categories": [
"bitcoin",

View File

@@ -489,6 +489,7 @@ function createLegend({ parent, signals, utils }) {
anchor.href = url;
anchor.target = "_blank";
anchor.rel = "noopener noreferrer";
anchor.title = "Click to view data";
div.append(anchor);
}
},

View File

@@ -1733,7 +1733,7 @@ function initWebSockets(signals, utils) {
window.document.title = `${latest.close.toLocaleString(
"en-us",
)} | kibō`;
)} | kibo.money`;
}
});
}