From 3a656ef5e909acf9b153028072d0a3a96207ed92 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Fri, 14 Nov 2025 16:20:26 +0100 Subject: [PATCH] fix: correct node route path from /node to /nodes --- src/components/Footer.tsx | 2 +- src/components/Header.tsx | 4 ++-- src/components/HeaderDark.tsx | 4 ++-- src/pages/home/CallToAction.tsx | 2 +- src/pages/network/CallToAction.tsx | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c184479..d4f36c0 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -27,7 +27,7 @@ export function Footer() { Agents - + Node diff --git a/src/components/Header.tsx b/src/components/Header.tsx index edc6ec8..d11eb79 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -43,7 +43,7 @@ export function Header() { Agents Node @@ -131,7 +131,7 @@ export function Header() { Agents setMobileMenuOpen(false)} > diff --git a/src/components/HeaderDark.tsx b/src/components/HeaderDark.tsx index d5910f2..80cf471 100644 --- a/src/components/HeaderDark.tsx +++ b/src/components/HeaderDark.tsx @@ -43,7 +43,7 @@ export function HeaderDark() { Agents Node @@ -131,7 +131,7 @@ export function HeaderDark() { Agents setMobileMenuOpen(false)} > diff --git a/src/pages/home/CallToAction.tsx b/src/pages/home/CallToAction.tsx index e7966f7..6618438 100644 --- a/src/pages/home/CallToAction.tsx +++ b/src/pages/home/CallToAction.tsx @@ -63,7 +63,7 @@ export function CallToAction() { Deploy in Cloud - + Host a Node → diff --git a/src/pages/network/CallToAction.tsx b/src/pages/network/CallToAction.tsx index 9dde3f1..e200f21 100644 --- a/src/pages/network/CallToAction.tsx +++ b/src/pages/network/CallToAction.tsx @@ -42,7 +42,7 @@ Use the network to link environments, deploy workloads, or host nodes to strengt Deploy in Cloud - + Host a Node →