diff --git a/app/page.tsx b/app/page.tsx index a119606..ac0c567 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -5,9 +5,11 @@ export default async function Home() { let routes: Array = await getRoutes(); return ( -
-
- +
+
+
+ +
) diff --git a/components/RouteCards.tsx b/components/RouteCards.tsx index e36ab75..f6d9eb2 100644 --- a/components/RouteCards.tsx +++ b/components/RouteCards.tsx @@ -32,8 +32,8 @@ export default function RouteCards({ routes }: { routes: Array }) { return ( routes.map((route, index) => ( -
- +
+ {getHosts(route).values().next().value} {getHosts(route).map((route => {route}))}