From dcceab0ae54823d412095c6464a5236571ec6431 Mon Sep 17 00:00:00 2001 From: Alec Georgoff Date: Mon, 29 Sep 2025 13:53:45 -0700 Subject: [PATCH 1/2] Add classname to RouteLongName component --- lib/components/narrative/metro/route-block.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/narrative/metro/route-block.tsx b/lib/components/narrative/metro/route-block.tsx index a4a0d06e1..7596908d5 100644 --- a/lib/components/narrative/metro/route-block.tsx +++ b/lib/components/narrative/metro/route-block.tsx @@ -168,7 +168,7 @@ const RouteBlock = ({ )} {!hideLongName && leg.routeLongName && ( - + {Object.entries(leg?.alternateRoutes || {})?.length > 0 && ( From 8b5e99564f690e793162cfbe1c0926c206be8295 Mon Sep 17 00:00:00 2001 From: Alec Georgoff Date: Wed, 1 Oct 2025 12:33:35 -0700 Subject: [PATCH 2/2] Contextualize route long name classname --- lib/components/narrative/metro/route-block.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/narrative/metro/route-block.tsx b/lib/components/narrative/metro/route-block.tsx index 7596908d5..a6f5bb68f 100644 --- a/lib/components/narrative/metro/route-block.tsx +++ b/lib/components/narrative/metro/route-block.tsx @@ -168,7 +168,7 @@ const RouteBlock = ({ )} {!hideLongName && leg.routeLongName && ( - + {Object.entries(leg?.alternateRoutes || {})?.length > 0 && (