Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release #55

Merged
merged 27 commits into from
Feb 15, 2024
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
a8a684a
add ga4 tag
rolorogan Apr 28, 2023
ea44872
Merge pull request #41 from wmcadigital/nr/feat/ga
rolorogan Apr 28, 2023
fb7e62f
update packages
rolorogan Apr 28, 2023
8889a06
add container to home list
rolorogan Apr 28, 2023
7b01216
Merge pull request #42 from wmcadigital/nr/feat/package-updates
rolorogan Apr 28, 2023
01d4cdf
update packages
rolorogan May 22, 2023
fff8976
fix current time by adding a 0 if before 10
rolorogan May 23, 2023
09d0290
fix number input buttons
rolorogan May 23, 2023
2e0f03d
fix booking from check back pages
rolorogan May 23, 2023
2880580
add not provided defailt text if no reg number
rolorogan May 23, 2023
cc89aff
fix reg form check back page links
rolorogan May 23, 2023
908bc3d
update reg number example to 6 chars
rolorogan May 23, 2023
2b29b7c
replace react-helmet with react-helmet-async
rolorogan May 23, 2023
4bb5127
make email mandatory
rolorogan May 25, 2023
c1cbe83
format files
rolorogan May 25, 2023
d30c70b
fix js lint issues
rolorogan May 25, 2023
c514f9a
Merge pull request #43 from wmcadigital/nr/feat/sd-260748
rolorogan May 25, 2023
f384b61
update api email
rolorogan May 25, 2023
93bd694
remove sun disable if its a sat (#45)
rolorogan May 30, 2023
a9232d2
add user email to send responce (#47)
rolorogan Jun 26, 2023
71415b1
Merge branch 'main' into release
rolorogan Jun 26, 2023
07e8b82
add display name to email api (#49)
rolorogan Jul 6, 2023
aa1b036
Nr/feat/email displayname (#51)
rolorogan Jul 7, 2023
df0cc6f
Merge branch 'main' into release
rolorogan Jul 7, 2023
cd8f99c
update footer links (#53)
rolorogan Feb 15, 2024
1f5e8f1
update footer links
rolorogan Feb 15, 2024
d21c07e
Merge branch 'main' into release
rolorogan Feb 15, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,21 @@ <h3 class="wmrards-footer__heading">Stay up to date</h3>
<li>
<a
class="wmrards-footer__link"
href="https://www.ringandride.org/registration"
href="https://www.ringandride.org/registration/"
>Register</a
>
</li>
<li>
<a
class="wmrards-footer__link"
href="https://forms.ringandride.org/booking"
href="https://www.ringandride.org/request-a-journey/"
>Book a journey</a
>
</li>
<li>
<a
class="wmrards-footer__link"
href="https://forms.ringandride.org/contactUs"
href="https://www.ringandride.org/contact-us/"
>Contact us</a
>
</li>
Expand Down
Loading