-
-
-
+
+
+
+ Active Routes
+ Amount of configured routes
+
+
+
+
+
+
+
+
)
diff --git a/components/Navbar.tsx b/components/Navbar.tsx
new file mode 100644
index 0000000..db842d5
--- /dev/null
+++ b/components/Navbar.tsx
@@ -0,0 +1,7 @@
+export default function Navbar() {
+ return (
+
+ )
+}
\ No newline at end of file
diff --git a/components/RouteCards.tsx b/components/RouteCards.tsx
index f6d9eb2..bc3654a 100644
--- a/components/RouteCards.tsx
+++ b/components/RouteCards.tsx
@@ -41,7 +41,7 @@ export default function RouteCards({ routes }: { routes: Array
}) {
- Proxying to
+ Tunneling to
{getRouteUpstreams(route)?.map((upstream => upstream.dial))}