The Know More buttons should redirect to links about the projects
Currently, the Card.Cta component is not clickable. Users expect the "Know More" call-to-action (CTA) within the Card component to act as a link. We need to update the Card.Cta component so that it behaves as a clickable link.
Know more in the Ideas Section
Steps to Reproduce
Navigate to a page that uses the Article component.
Observe that the Card.Cta component ("Know More") is not clickable.
Expected Behavior
The Card.Cta component should be wrapped in a clickable link so that users can navigate to the specified URL when they click on the CTA.
Description
The
Know More
buttons should redirect to links about the projectsCurrently, the
Card.Cta
component is not clickable. Users expect the "Know More" call-to-action (CTA) within theCard
component to act as a link. We need to update theCard.Cta
component so that it behaves as a clickable link.Know more
in the Ideas SectionSteps to Reproduce
Article
component.Card.Cta
component ("Know More") is not clickable.Expected Behavior
The
Card.Cta
component should be wrapped in a clickable link so that users can navigate to the specified URL when they click on the CTA.