AOSSIE-Org / website

AOSSIE Offical Website
https://aossie-org.github.io/website/
MIT License
25 stars 141 forks source link

Make the Know More option in Ideas section clickable. #151

Open Demon-Sheriff opened 3 months ago

Demon-Sheriff commented 3 months ago

Description

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

image

Steps to Reproduce

  1. Navigate to a page that uses the Article component.
  2. 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.

Suswetha6 commented 2 months ago

Hey,I want to work on this issue.