mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
website: snap
This commit is contained in:
@@ -57,15 +57,11 @@ export function createPartialOptions() {
|
||||
} = buildCohortData();
|
||||
|
||||
return [
|
||||
...(location.hostname === "localhost" || location.hostname === "127.0.0.1"
|
||||
? [
|
||||
/** @type {any} */ ({
|
||||
name: "Explorer",
|
||||
kind: "explorer",
|
||||
title: "Explorer",
|
||||
}),
|
||||
]
|
||||
: []),
|
||||
{
|
||||
name: "Explorer",
|
||||
kind: "explorer",
|
||||
title: "Explorer",
|
||||
},
|
||||
{
|
||||
name: "Charts",
|
||||
tree: [
|
||||
|
||||
Reference in New Issue
Block a user