Skip to content

Commit

Permalink
faq updates including new email
Browse files Browse the repository at this point in the history
  • Loading branch information
zack committed Jul 9, 2024
1 parent 56e435e commit 50b6c57
Showing 1 changed file with 22 additions and 17 deletions.
39 changes: 22 additions & 17 deletions app/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ export default function FAQ() {
Sometimes CitiBike is slow in uploading new data, so it might be that.
Otherwise, if you see the data available at the link above but it's
been more than a day and it's still not here, there might have been
a bug in my code. Hopefully I'll see it soon. Feel free to open an
issue on GitHub or email me about it at{' '}
<a href='mailto:[email protected]'>
[email protected]
</a>
.
a bug in my code. Hopefully I&apos;ll see it soon. Feel free to{' '}
<a href='https://github.com/zack/citibike/issues/new'>
open an issue on GitHub
</a>{' '}
or email me about it at{' '}
<a href='mailto:[email protected]'>[email protected]</a>.
</Typography>

<Typography
Expand All @@ -69,10 +69,10 @@ export default function FAQ() {
</Typography>

<Typography>
I&apos;m counting each docking and undocking as an individual use. That means
most trips generate two uses, and usually at two different docks. I
consider this the most valuable number because it shows how many times a
dock is providing value to someone in a day/month. If you are looking
I&apos;m counting each docking and undocking as an individual use. That
means most trips generate two uses, and usually at two different docks.
I consider this the most valuable number because it shows how many times
a dock is providing value to someone in a day/month. If you are looking
for data about trips taken, you will have to find that elsewhere, sorry.
</Typography>

Expand All @@ -98,11 +98,12 @@ export default function FAQ() {
</Typography>

<Typography>
Feel free to open an issue on GitHub if you know how, or email me about
it at{' '}
<a href='mailto:[email protected]'>
[email protected]
</a>.
Feel free to{' '}
<a href='https://github.com/zack/citibike/issues/new'>
open an issue on GitHub
</a>{' '}
or email me about it at{' '}
<a href='mailto:[email protected]'>[email protected]</a>.
</Typography>

<Typography
Expand All @@ -119,8 +120,12 @@ export default function FAQ() {
but there&apos;s not really anything I can do about that. I also
sometimes have to drop trips (a tiny fraction of a percent of trips)
because the row is malformed. If you think you&apos;ve found something
really wrong, or you&apos;re just not sure, feel free to open a GitHub
issue or email me.
really wrong, or you&apos;re just not sure, feel free to{' '}
<a href='https://github.com/zack/citibike/issues/new'>
open an issue on GitHub
</a>{' '}
or send me an email at{' '}
<a href='mailto:[email protected]'>[email protected]</a>.
</Typography>

<Typography sx={{ marginTop: 2 }}>
Expand Down

0 comments on commit 50b6c57

Please sign in to comment.