diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-11-30 16:14:25 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-11-30 16:14:25 +0200 |
commit | fcb46774124af79d7524f102ccdcafb6042c3d5c (patch) | |
tree | 05f5c712c67b9e76d757c9feee37da00b1a944e5 /src/js/ui/sections | |
parent | 2cd1f36b60e191a0e3cdc1117f552c6dd5d4fcc7 (diff) | |
download | arching-kaos-web-ui-fcb46774124af79d7524f102ccdcafb6042c3d5c.tar.gz arching-kaos-web-ui-fcb46774124af79d7524f102ccdcafb6042c3d5c.tar.bz2 arching-kaos-web-ui-fcb46774124af79d7524f102ccdcafb6042c3d5c.zip |
Fixed wrong menu
Diffstat (limited to 'src/js/ui/sections')
-rw-r--r-- | src/js/ui/sections/akNodeInfoSection.js | 3 |
1 files changed, 1 insertions, 2 deletions
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?)!"} ] }; |