diff --git a/src/App.tsx b/src/App.tsx
index 505a29c..51485b1 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -11,6 +11,7 @@ const ComputePage = lazy(() => import('./pages/compute/ComputePage'));
const StoragePage = lazy(() => import('./pages/storage/StoragePage'));
const GpuPage = lazy(() => import('./pages/gpu/GpuPage'));
const PodsPage = lazy(() => import('./pages/pods/PodsPage'));
+const NodePage = lazy(() => import('./pages/node/NodePage'));
function App() {
return (
@@ -27,6 +28,7 @@ function App() {
} />
} />
} />
+ } />
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 08df4b5..2b0a4d4 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -30,6 +30,9 @@ export function Footer() {
Pods
+
+ Nodes
+
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 47c36d6..0682fb1 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -70,6 +70,12 @@ export function Header() {
>
Pods
+
+ Nodes
+
@@ -155,6 +161,13 @@ export function Header() {
>
Pods
+ setMobileMenuOpen(false)}
+ >
+ Nodes
+