diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-23 12:59:52 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-12-23 13:00:16 +0100 |
| commit | 87417c313b455ba0dee19708528cc8d0b830a276 (patch) | |
| tree | 34b7a2d6bb97157a1d35f57be85b8ff6532865d2 /src/frontend/app/components/map | |
| parent | bed48c3d7e49b1736d50ce42d92bb6c18cf02504 (diff) | |
Reimplement real time for Vitrasa
Diffstat (limited to 'src/frontend/app/components/map')
| -rw-r--r-- | src/frontend/app/components/map/StopSummarySheet.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/app/components/map/StopSummarySheet.tsx b/src/frontend/app/components/map/StopSummarySheet.tsx index e318bee..56e80a4 100644 --- a/src/frontend/app/components/map/StopSummarySheet.tsx +++ b/src/frontend/app/components/map/StopSummarySheet.tsx @@ -56,7 +56,7 @@ export const StopSheet: React.FC<StopSheetProps> = ({ <span className="stop-sheet-id">({stop.stopCode})</span> </div> - <div className={`d-flex flex-wrap flex-row gap-2`}> + <div className={`flex flex-wrap flex-row gap-2`}> {stop.lines.map((lineObj) => ( <LineIcon key={lineObj.line} |
