Skip to content

Commit c3b363f

Browse files
committed
FAQ fix
1 parent e607131 commit c3b363f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export default function FAQ(): React.ReactElement {
170170
}
171171
rel='noreferrer'
172172
target='_blank'
173-
endIcon={<OpenInNewIcon />}
174173
>
175174
Swagger.
176175
</Button>
@@ -184,7 +183,21 @@ export default function FAQ(): React.ReactElement {
184183
target='_blank'
185184
endIcon={<OpenInNewIcon />}
186185
>
187-
download the database as a spreadsheet.
186+
download GTFS and GTFS Realtime feeds via the spreadsheet here
187+
</Button>
188+
<br /> <br />
189+
GBFS feeds can be downloaded via a spreadsheet with the&#20;
190+
<Button
191+
variant='text'
192+
className='line-start inline'
193+
href={
194+
'https://github.com/MobilityData/gbfs?tab=readme-ov-file#systems-catalog---systems-implementing-gbfs'
195+
}
196+
rel='noreferrer'
197+
target='_blank'
198+
endIcon={<OpenInNewIcon />}
199+
>
200+
systems catalog
188201
</Button>
189202
</Typography>
190203
</ColoredContainer>

0 commit comments

Comments
 (0)