Skip to content

Commit

Permalink
chore: link to github from issue text
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Mar 27, 2024
1 parent 9184129 commit 77a5ce0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AmeyLiveTrainAnnouncements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,8 @@ export function LiveTrainAnnouncements<SystemKeys extends string>({
</fieldset>

<p style={{ margin: '16px 0' }}>
This is a beta feature, and isn't complete or fully functional. Please report any issues you face on GitHub.
This is a beta feature, and isn't complete or fully functional. Please report any issues you face{' '}
<a href="https://github.com/davwheat/rail-announcements/issues">on GitHub</a>.
</p>
<p style={{ margin: '16px 0' }}>
This page will auto-announce all departures in the next {MIN_TIME_TO_ANNOUNCE} minutes from the selected station. Departures outside this
Expand Down

0 comments on commit 77a5ce0

Please sign in to comment.