Skip to content

Commit 168422e

Browse files
committed
update feeds promo number to 6000
1 parent 7e53f25 commit 168422e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/site.webmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Mobility Database",
33
"short_name": "MobilityDB",
4-
"description": "Access GTFS, GTFS Realtime, GBFS transit data with over 4,000 feeds from 70+ countries.",
4+
"description": "Access GTFS, GTFS Realtime, GBFS transit data with over 6,000 feeds from 70+ countries.",
55
"icons": [
66
{
77
"src": "/android-chrome-192x192.png",

src/app/[locale]/components/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default async function HomePage(): Promise<ReactElement> {
9494
sx={{ fontSize: 30, color: 'primary.main', mx: 1 }}
9595
itemProp='numberOfItems'
9696
>
97-
4000
97+
6000
9898
</Box>
9999
{t('feeds')}
100100
<Box

src/app/[locale]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const metadata = {
1717
title:
1818
'MobilityDatabase | The Global Catalog of GTFS, GTFS-Realtime & GBFS Feeds',
1919
description:
20-
"Access GTFS, GTFS Realtime, GBFS transit data with over 4,000 feeds from 70+ countries on the web's leading transit data platform.",
20+
"Access GTFS, GTFS Realtime, GBFS transit data with over 6,000 feeds from 70+ countries on the web's leading transit data platform.",
2121
robots:
2222
process.env.VERCEL_ENV === 'production'
2323
? 'index, follow'

src/app/screens/FAQ.tsx

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

0 commit comments

Comments
 (0)