Skip to content

Commit

Permalink
revert (#2147)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshull authored Aug 14, 2024
1 parent a36590c commit ae26658
Showing 1 changed file with 0 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ const ScheduleModalContent = ({
}: Props): ReactElement<HTMLElement> | null => {
const { id: routeId } = route;

const isBetaTestCandidate = (): boolean => {
return /iPhone/.test(navigator.userAgent);
};

const serviceToday = services.some(service =>
isInCurrentService(service, stringToDateObject(today))
);
Expand Down Expand Up @@ -81,28 +77,6 @@ const ScheduleModalContent = ({
stopsByDirection={stops}
/>
</div>
{!isBetaTestCandidate() ? null : (
<div
style={{
background: "#DCD3E8",
margin: "0 -1.5rem",
padding: "10px",
textAlign: "center"
}}
>
<a
href="https://forms.office.com/Pages/ResponsePage.aspx?id=meVYdQbwH0iXF7GJ5nMIYrcr-0ws2DJAoeo-oGBUIR9UOFZUVVNLTFhWWFdWV1c2UUJQNU5LTEMwQS4u"
rel="noreferrer"
style={{
color: "black",
display: "block"
}}
target="_blank"
>
Sign up to test the new <strong>MBTA app &#x2192;</strong>
</a>
</div>
)}
{!isSubwayRoute(route) ? null : (
<DailyScheduleSubway
stops={stops}
Expand Down

0 comments on commit ae26658

Please sign in to comment.