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/StopGalleryItem.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/app/components/StopGalleryItem.tsx') diff --git a/src/frontend/app/components/StopGalleryItem.tsx b/src/frontend/app/components/StopGalleryItem.tsx index de369d8..d407816 100644 --- a/src/frontend/app/components/StopGalleryItem.tsx +++ b/src/frontend/app/components/StopGalleryItem.tsx @@ -1,7 +1,7 @@ import React from "react"; import { Link } from "react-router"; import StopDataProvider, { type Stop } from "../data/StopDataProvider"; -import LineIcon from "./LineIcon"; +import RouteIcon from "./RouteIcon"; interface StopGalleryItemProps { stop: Stop; @@ -42,7 +42,7 @@ const StopGalleryItem: React.FC = ({ stop }) => {
{stop.lines?.slice(0, 5).map((lineObj) => ( -