File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff 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
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 >
You can’t perform that action at this time.
0 commit comments