ReCoded-Org / pebble-work-capstone-project

1 stars 2 forks source link

fix(event card component): fixed hover over components and translatio… #129

Closed jangismarifet closed 2 years ago

jangismarifet commented 2 years ago

This PR fixes a few issues:

  1. The newly created events were giving an SRC error. Fixed them! Now you can click on an event card and it takes you to the event view page: image

  2. Hovering over components now gives a pointer cursor, and same with Sign In or Sign Up to join events text. (Only over the Sign In and Sign Up links. image

  3. Translated Sign In or Sign Up to join events: image

closes #118 closes #120

Related Issue