This PR overrides the link html for event titles and adds an aria-label with the start date of the event so that if events have the same title but show multiple times it does not fail accessibility checks for "same text used for links to different urls"
What does this change?
This PR overrides the link html for event titles and adds an
aria-label
with the start date of the event so that if events have the same title but show multiple times it does not fail accessibility checks for "same text used for links to different urls"