Skip to content

Commit 79e8543

Browse files
Merge pull request #98 from MobilityData/copilot/fix-button-spacing-firefox
Fix Firefox inline button spacing on FAQ and About pages
2 parents 4b49f88 + 329eb00 commit 79e8543

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/app/[locale]/about/components/AboutPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default async function AboutPage(): Promise<ReactElement> {
4646
{t('whyUseAnswer')}
4747
<br /> <br />
4848
In addition to our database, we develop and maintain other tools that
49-
integrate with it such as&#20;
49+
integrate with it such as{' '}
5050
<Button
5151
variant='text'
5252
className='line-start inline'
@@ -57,7 +57,7 @@ export default async function AboutPage(): Promise<ReactElement> {
5757
>
5858
{t('gtfsValidator')}
5959
</Button>
60-
and&#20;
60+
and{' '}
6161
<Button
6262
variant='text'
6363
className='line-start inline'

src/app/screens/FAQ.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function FAQ(): React.ReactElement {
5050
Who can use the Mobility Database?
5151
</Typography>
5252
<Typography className='answer'>
53-
Everyone has free access to the Mobility Database. However, to&#20;
53+
Everyone has free access to the Mobility Database. However, to{' '}
5454
<Button
5555
variant='text'
5656
className='line-start inline'
@@ -59,7 +59,7 @@ export default function FAQ(): React.ReactElement {
5959
>
6060
add a feed
6161
</Button>
62-
or&#20;
62+
or{' '}
6363
<Button
6464
variant='text'
6565
className='line-start inline'
@@ -69,7 +69,7 @@ export default function FAQ(): React.ReactElement {
6969
>
7070
use our API
7171
</Button>
72-
you’ll need to&#20;
72+
you’ll need to{' '}
7373
<Button
7474
variant='text'
7575
className='line-start inline'
@@ -114,7 +114,7 @@ export default function FAQ(): React.ReactElement {
114114
updates using the URL provided by the producer upon uploading. If we
115115
detect a change, we add the new feed version automatically.
116116
<br /> <br />
117-
For GBFS feeds, we do an additional sync any time a change to the&#20;
117+
For GBFS feeds, we do an additional sync any time a change to the{' '}
118118
<Button
119119
variant='text'
120120
className='line-start inline'
@@ -165,7 +165,7 @@ export default function FAQ(): React.ReactElement {
165165
expires.
166166
<br /> <br />
167167
Detailed instructions for installing and implementing our API can be
168-
found on&#20;
168+
found on{' '}
169169
<Button
170170
variant='text'
171171
className='inline line-start'
@@ -178,7 +178,7 @@ export default function FAQ(): React.ReactElement {
178178
Swagger.
179179
</Button>
180180
In addition to searching the database or using our API to pull data,
181-
you’re able to&#20;
181+
you’re able to{' '}
182182
<Button
183183
variant='text'
184184
className='inline line-start'
@@ -190,7 +190,7 @@ export default function FAQ(): React.ReactElement {
190190
download GTFS and GTFS Realtime feeds via the spreadsheet here
191191
</Button>
192192
<br /> <br />
193-
GBFS feeds can be downloaded via a spreadsheet with the&#20;
193+
GBFS feeds can be downloaded via a spreadsheet with the{' '}
194194
<Button
195195
variant='text'
196196
className='line-start inline'

src/app/screens/FeedSubmission/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function Component(): React.ReactElement {
7070
</Button>
7171
<br /> <br />
7272
Want to submit a GBFS feed to the Mobility Database? Contribute
73-
through the&#20;
73+
through the{' '}
7474
<Button
7575
variant='text'
7676
className='line-start inline'

0 commit comments

Comments
 (0)