diff --git a/apps/planner/app/components/ElevationChart.tsx b/apps/planner/app/components/ElevationChart.tsx index cd832d4..fa98b32 100644 --- a/apps/planner/app/components/ElevationChart.tsx +++ b/apps/planner/app/components/ElevationChart.tsx @@ -878,7 +878,7 @@ export function ElevationChart({ yjs, onHover, highlightDistance, onClickPositio if (points.length < 2) return null; return ( -
+
{(() => { const osmLinks: Record = { diff --git a/apps/planner/app/components/SessionView.tsx b/apps/planner/app/components/SessionView.tsx index 4f66b20..8131d42 100644 --- a/apps/planner/app/components/SessionView.tsx +++ b/apps/planner/app/components/SessionView.tsx @@ -223,7 +223,7 @@ export function SessionView({ sessionId, callbackUrl, callbackToken, returnUrl, return ( <> -
+
{t("title")} diff --git a/apps/planner/app/root.tsx b/apps/planner/app/root.tsx index cb6df2b..bf20d8e 100644 --- a/apps/planner/app/root.tsx +++ b/apps/planner/app/root.tsx @@ -13,7 +13,7 @@ export function Layout({ children }: { children: React.ReactNode }) { - +