Skip to content

Commit 0b0df1a

Browse files
update country count (#1607)
1 parent 2ef9d47 commit 0b0df1a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

web-app/src/app/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function App(): React.ReactElement {
3535
<meta
3636
name='description'
3737
content={
38-
"Access GTFS, GTFS Realtime, GBFS transit data with over 4,000 feeds from 70+ countries on the web's leading transit data platform."
38+
"Access GTFS, GTFS Realtime, GBFS transit data with over 4,000 feeds from 99+ countries on the web's leading transit data platform."
3939
}
4040
/>
4141
</Helmet>

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

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ function Component(): React.ReactElement {
123123
component='span'
124124
sx={{ fontSize: 30, color: theme.palette.primary.main, mx: 1 }}
125125
>
126-
75
126+
99
127127
</Box>
128128
countries.
129129
</Typography>
@@ -245,7 +245,7 @@ function Component(): React.ReactElement {
245245
}}
246246
>
247247
The Mobility Database is an open data catalog including over 6000
248-
GTFS, GTFS Realtime, and GBFS feeds in over 75 countries. Whether
248+
GTFS, GTFS Realtime, and GBFS feeds in over 99 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
251251
with your application, the Mobility Database has everything you need

0 commit comments

Comments
 (0)