diff --git a/kinode/src/register-ui/src/index.css b/kinode/src/register-ui/src/index.css index 6a14edeb..233a3636 100644 --- a/kinode/src/register-ui/src/index.css +++ b/kinode/src/register-ui/src/index.css @@ -243,4 +243,11 @@ button.secondary { width: 100%; +} + +button.back { + float: left; + width: auto !important; + padding: 5px !important; + border: none !important; } \ No newline at end of file diff --git a/kinode/src/register-ui/src/pages/CommitDotOsName.tsx b/kinode/src/register-ui/src/pages/CommitDotOsName.tsx index 1f4568f6..e5125267 100644 --- a/kinode/src/register-ui/src/pages/CommitDotOsName.tsx +++ b/kinode/src/register-ui/src/pages/CommitDotOsName.tsx @@ -95,6 +95,7 @@ function CommitDotOsName({ return (
+
{
diff --git a/kinode/src/register-ui/src/pages/ImportKeyfile.tsx b/kinode/src/register-ui/src/pages/ImportKeyfile.tsx index 4021e954..07d53ab8 100644 --- a/kinode/src/register-ui/src/pages/ImportKeyfile.tsx +++ b/kinode/src/register-ui/src/pages/ImportKeyfile.tsx @@ -92,55 +92,58 @@ function ImportKeyfile({ return (
+
{loading ? ( ) : ( - -
-

1. Upload Keyfile

-
-
- {keyErrs.map((x, i) => ( -

{x}

- ))} - -
-

- Please note: if the original node was booted as a direct node - (static IP), then you must run this node from the same IP. If not, - you will have networking issues. If you need to change the network - options, please go back and select "Reset OsName". -

- +
+ {keyErrs.map((x, i) => ( +

{x}

+ ))} + +
+

+ Please note: if the original node was booted as a direct node + (static IP), then you must run this node from the same IP. If not, + you will have networking issues. If you need to change the network + options, please go back and select "Reset OsName". +

+ + )}
diff --git a/kinode/src/register-ui/src/pages/MintCustom.tsx b/kinode/src/register-ui/src/pages/MintCustom.tsx index 6ab4b9f4..6e40f277 100644 --- a/kinode/src/register-ui/src/pages/MintCustom.tsx +++ b/kinode/src/register-ui/src/pages/MintCustom.tsx @@ -118,6 +118,7 @@ function MintCustom({ return (
+
{
diff --git a/kinode/src/register-ui/src/pages/ResetName.tsx b/kinode/src/register-ui/src/pages/ResetName.tsx index db56a13b..5a13b266 100644 --- a/kinode/src/register-ui/src/pages/ResetName.tsx +++ b/kinode/src/register-ui/src/pages/ResetName.tsx @@ -119,6 +119,7 @@ function ResetKnsName({ return (
+
{