Skip to content

Commit

Permalink
Merge pull request #335 from MobilityData/feat/330
Browse files Browse the repository at this point in the history
feat: release updates
  • Loading branch information
emmambd authored Mar 20, 2024
2 parents b9f1cc3 + d428939 commit 493ad66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web-app/src/app/constants/Navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const navigationItems: NavigationItem[] = [
{ title: 'About', target: 'about', color: 'inherit', variant: 'text' },
{ title: 'FAQ', target: 'faq', color: 'inherit', variant: 'text' },
{
title: 'Contribute',
title: 'Add a Feed',
target: 'contribute',
color: 'inherit',
variant: 'text',
Expand Down
4 changes: 2 additions & 2 deletions web-app/src/app/screens/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export default function Home(): React.ReactElement {
sx={{ textAlign: 'center', color: 'black', fontWeight: 700, mt: 5 }}
>
Currently serving data from over{' '}
<span style={{ color: '#3859FA' }}>1400</span> transit providers in{' '}
<span style={{ color: '#3859FA' }}>69</span> countries.
<span style={{ color: '#3859FA' }}>2000</span> GTFS feeds in{' '}
<span style={{ color: '#3859FA' }}>70</span> countries.
</Typography>
<Box
sx={{
Expand Down

0 comments on commit 493ad66

Please sign in to comment.