We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f0bf6 commit c236c4cCopy full SHA for c236c4c
web-app/src/app/screens/FeedSubmissionFAQ.tsx
@@ -195,7 +195,9 @@ export default function FeedSubmissionFAQ(): React.ReactElement {
195
<Button
196
variant='text'
197
className='inline'
198
- href={'https://storage.googleapis.com/storage/v1/b/mdb-csv/o/sources.csv?alt=media'}
+ href={
199
+ 'https://storage.googleapis.com/storage/v1/b/mdb-csv/o/sources.csv?alt=media'
200
+ }
201
endIcon={<FileDownloadIcon />}
202
>
203
the spreadsheet of feeds already in the Mobility Database
0 commit comments