Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/app/[locale]/about/components/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default async function AboutPage(): Promise<ReactElement> {
{t('whyUseAnswer')}
<br /> <br />
In addition to our database, we develop and maintain other tools that
integrate with it such as&#20;
integrate with it such as{' '}
<Button
variant='text'
className='line-start inline'
Expand All @@ -57,7 +57,7 @@ export default async function AboutPage(): Promise<ReactElement> {
>
{t('gtfsValidator')}
</Button>
and&#20;
and{' '}
<Button
variant='text'
className='line-start inline'
Expand Down
14 changes: 7 additions & 7 deletions src/app/screens/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function FAQ(): React.ReactElement {
Who can use the Mobility Database?
</Typography>
<Typography className='answer'>
Everyone has free access to the Mobility Database. However, to&#20;
Everyone has free access to the Mobility Database. However, to{' '}
<Button
variant='text'
className='line-start inline'
Expand All @@ -59,7 +59,7 @@ export default function FAQ(): React.ReactElement {
>
add a feed
</Button>
or&#20;
or{' '}
<Button
variant='text'
className='line-start inline'
Expand All @@ -69,7 +69,7 @@ export default function FAQ(): React.ReactElement {
>
use our API
</Button>
you’ll need to&#20;
you’ll need to{' '}
<Button
variant='text'
className='line-start inline'
Expand Down Expand Up @@ -114,7 +114,7 @@ export default function FAQ(): React.ReactElement {
updates using the URL provided by the producer upon uploading. If we
detect a change, we add the new feed version automatically.
<br /> <br />
For GBFS feeds, we do an additional sync any time a change to the&#20;
For GBFS feeds, we do an additional sync any time a change to the{' '}
<Button
variant='text'
className='line-start inline'
Expand Down Expand Up @@ -165,7 +165,7 @@ export default function FAQ(): React.ReactElement {
expires.
<br /> <br />
Detailed instructions for installing and implementing our API can be
found on&#20;
found on{' '}
<Button
variant='text'
className='inline line-start'
Expand All @@ -178,7 +178,7 @@ export default function FAQ(): React.ReactElement {
Swagger.
</Button>
In addition to searching the database or using our API to pull data,
you’re able to&#20;
you’re able to{' '}
<Button
variant='text'
className='inline line-start'
Expand All @@ -190,7 +190,7 @@ export default function FAQ(): React.ReactElement {
download GTFS and GTFS Realtime feeds via the spreadsheet here
</Button>
<br /> <br />
GBFS feeds can be downloaded via a spreadsheet with the&#20;
GBFS feeds can be downloaded via a spreadsheet with the{' '}
<Button
variant='text'
className='line-start inline'
Expand Down
2 changes: 1 addition & 1 deletion src/app/screens/FeedSubmission/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Component(): React.ReactElement {
</Button>
<br /> <br />
Want to submit a GBFS feed to the Mobility Database? Contribute
through the&#20;
through the{' '}
<Button
variant='text'
className='line-start inline'
Expand Down
Loading