Fran-A-Dev / climber-coder-finder

0 stars 1 forks source link

Feature eventhandler #17

Closed Fran-A-Dev closed 3 years ago

Fran-A-Dev commented 3 years ago

Blake, I cleaned up the Marker.tsx file since we had a function being declared in the interface of the file then we were re-stating it in the function within the element we were returning. Instead I left it in the interface with the div element and the handler then called it simply in the actual div we were returning.

I also created a mouse hover span tag as well so that when you hover over the marker it tells you to click on it for info.