Skip to content

Commit 2ef9d47

Browse files
homepage numbers update (#1605)
1 parent 1b3ba6e commit 2ef9d47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

web-app/src/app/screens/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default function About(): React.ReactElement {
1313
<MainPageHeader>About</MainPageHeader>
1414
<ColoredContainer maxWidth={false} sx={{ mt: 3 }}>
1515
<Typography sx={{ fontWeight: 700 }}>
16-
The Mobility Database is an open catalog including over 4000 GTFS,
16+
The Mobility Database is an open catalog including over 6000 GTFS,
1717
GTFS Realtime, and GBFS feeds in over 75 countries. It integrates with
1818
the Canonical GTFS Schedule and GBFS Validators to share data quality
1919
reports for each feed.

web-app/src/app/screens/FAQ.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function FAQ(): React.ReactElement {
1818
What is the Mobility Database?
1919
</Typography>
2020
<Typography className='answer'>
21-
The Mobility Database is an open database containing over 4000+
21+
The Mobility Database is an open database containing over 6000+
2222
transit and shared mobility feeds in GTFS, GTFS Realtime, and GBFS
2323
formats. In addition to our database, we also offer an API, and
2424
data-quality reports using the Canonical GTFS Validator and the GBFS

web-app/src/app/screens/Home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function Component(): React.ReactElement {
116116
component='span'
117117
sx={{ fontSize: 30, color: theme.palette.primary.main, mx: 1 }}
118118
>
119-
4000
119+
6000
120120
</Box>
121121
transportation data feeds from over
122122
<Box
@@ -244,7 +244,7 @@ function Component(): React.ReactElement {
244244
mt: 5,
245245
}}
246246
>
247-
The Mobility Database is an open data catalog including over 4000
247+
The Mobility Database is an open data catalog including over 6000
248248
GTFS, GTFS Realtime, and GBFS feeds in over 75 countries. Whether
249249
you’re a transportation operator, a researcher studying public transit
250250
and shared mobility trends, or a maps app needing reliable data to use

0 commit comments

Comments
 (0)