Code Insights: Consider making insight card on the creation intro page clickable
Created by: vovakulikov
Some time ago our cards on the creation intro page were clickable but we got a problem what button can't be inside of another button or an element, the same story with an element so we had to leave the card with just one button - "Create" insight and we made card non-clickable.
So in this issue, we could make the creation insight intro cards clickable again and probably remove the create button. We also should introduce
- cursor: pointer to emphasize that card is clickable
- implement hover and focus state for the same reason (to highlight that this is an interactive element that you can click)
