Version Info
+ className="bg-white text-stone-500 rounded-xl p-4 sm:p-8 text-sm [&>*]:pb-2 flex flex-col flex-grow justify-center">
CLI/GUI Running Version: {nullPlaceholder(version.runningCliVersion)} / {nullPlaceholder(version.runningGuiVersion)}
CLI/GUI Latest Version: {nullPlaceholder(version.latestCliVersion)} / {nullPlaceholder(version.latestGuiVersion)}
Validator Running Version: {nullPlaceholder(version.runnningValidatorVersion)}
@@ -114,7 +114,7 @@ export default function Overview() {
Node Status
-
diff --git a/pages/login/index.tsx b/pages/login/index.tsx
index 8730493..8d37ee7 100644
--- a/pages/login/index.tsx
+++ b/pages/login/index.tsx
@@ -37,8 +37,8 @@ const Login = () => {
return (
<>
{/* eslint-disable-next-line @next/next/no-img-element */}
-

-
+

+
Connect to Validator Dashboard
Connect to your validator dashboard to see the performance of your node, check rewards and run
@@ -46,15 +46,19 @@ const Login = () => {
>
@@ -67,11 +71,14 @@ Login.getLayout = function getLayout(page: ReactElement) {
Shardeum Dashboard
+
-
- {page}
-
+
+
+ {page}
+
+
>
}
diff --git a/pages/maintenance/index.tsx b/pages/maintenance/index.tsx
index c38edf1..5921fea 100644
--- a/pages/maintenance/index.tsx
+++ b/pages/maintenance/index.tsx
@@ -114,7 +114,7 @@ export default function Maintenance() {
Start / Stop Node
-
+
Status:{" "}
@@ -197,7 +197,7 @@ export default function Maintenance() {
data-tip="Start node automatically once it has been terminated/rotated out of the network."
>
toggleAutoRestart()}
>
@@ -218,7 +218,7 @@ export default function Maintenance() {
)}
{nodeStatus.state === "stopped" && (
startNode()}
>
@@ -233,7 +233,7 @@ export default function Maintenance() {
Add / Remove Stake
{showStakeForm && (
-
+
)}
{!showStakeForm && (
-
+
SHM staked:{" "}
@@ -335,7 +335,7 @@ export default function Maintenance() {
chain?.id === CHAIN_ID &&
nodeStatus?.state !== "stopped" && (