diff --git a/frontend/src/routes/(front)/add-node/+page.svelte b/frontend/src/routes/(front)/add-node/+page.svelte index d4188ea..c7901dd 100644 --- a/frontend/src/routes/(front)/add-node/+page.svelte +++ b/frontend/src/routes/(front)/add-node/+page.svelte @@ -64,6 +64,7 @@ class="input variant-form-material" name="hostname" type="text" + required placeholder="Eg: node.example.com or 172.16.17.18" disabled={isProcessing} /> @@ -74,6 +75,7 @@ class="input variant-form-material" name="port" type="number" + required placeholder="Eg: 18081" disabled={isProcessing} /> @@ -107,7 +109,7 @@

- Here you can find list of Monero Remote Node. + Here you can find list of Monero Remote Node.