Open
Description
When you click on event cards on a club's page, it should take you to the page for that event. It currently does not.
I think this is blocked: the event card component references the type BasicEvent, which doesn't have an id that we can use to redirect to an actual event page (unlike the other type, Event). Is there a way for us to use Event rather than BasicEvent?