From fcb46774124af79d7524f102ccdcafb6042c3d5c Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 30 Nov 2024 16:14:25 +0200 Subject: Fixed wrong menu --- src/js/ui/sections/akNodeInfoSection.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/js') diff --git a/src/js/ui/sections/akNodeInfoSection.js b/src/js/ui/sections/akNodeInfoSection.js index 88e77ed..df28d6a 100644 --- a/src/js/ui/sections/akNodeInfoSection.js +++ b/src/js/ui/sections/akNodeInfoSection.js @@ -17,7 +17,7 @@ export function akNodeInfoSection() { element: "span", innerText:">"}, { element: "h2", innerText:"Stellar"}, { element: "span", innerText:">"}, - { element: "h2", innerText: "Balances" } + { element: "h2", innerText:"Node Info" } ] }; var akNodeInfoSection = { @@ -25,7 +25,6 @@ export function akNodeInfoSection() id: "arching-kaos-node-info", innerHTML: [ whereAmI, - { element: "h2", innerText:"Node Info" }, { element: "em", id:"node-info-not-found", innerText:"No data found (yet?)!"} ] }; -- cgit v1.2.3