From 2063f8101b1c887e079e11c96755a2441aa1b57b Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Sun, 8 Mar 2026 23:01:01 +0100 Subject: Rename LineIcon -> RouteIcon, fix some size issues --- src/frontend/app/components/map/StopSummarySheet.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/app/components/map/StopSummarySheet.tsx') diff --git a/src/frontend/app/components/map/StopSummarySheet.tsx b/src/frontend/app/components/map/StopSummarySheet.tsx index 7b4dd7b..be2df67 100644 --- a/src/frontend/app/components/map/StopSummarySheet.tsx +++ b/src/frontend/app/components/map/StopSummarySheet.tsx @@ -6,7 +6,7 @@ import { Link } from "react-router"; import { ArrivalList } from "~/components/arrivals/ArrivalList"; import { useStopArrivals } from "../../hooks/useArrivals"; import { ErrorDisplay } from "../ErrorDisplay"; -import LineIcon from "../LineIcon"; +import RouteIcon from "../RouteIcon"; import "./StopSummarySheet.css"; import { StopSummarySheetSkeleton } from "./StopSummarySheetSkeleton"; @@ -53,7 +53,7 @@ export const StopSummarySheet: React.FC = ({
{data?.routes.map((lineObj) => ( -