Skip to content

Commit

Permalink
Downstream shuttle endpoint should be a circle (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahpurcell authored Jan 2, 2024
1 parent 2f33def commit 7cd35dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const EndSlotComponent: ComponentType<EndSlotComponentProps> = ({
);
} else if (isAffected && isCurrentStop) {
icon = <LargeXStopIcon iconSize={61} color="#ee2e24" />;
} else if (isAffected) {
} else if (isAffected && effect != "shuttle") {
icon = <LargeXStopIcon iconSize={61} />;
} else if (isCurrentStop && line === "red") {
icon = <CurrentStopOpenDiamondIcon iconSize={MAX_ENDPOINT_HEIGHT} />;
Expand Down

0 comments on commit 7cd35dd

Please sign in to comment.