Skip to content

fix: "Go to Project" button not clickable for some project cards#590

Open
Khy9 wants to merge 1 commit intofirstcontributions:mainfrom
Khy9:fix-project-button
Open

fix: "Go to Project" button not clickable for some project cards#590
Khy9 wants to merge 1 commit intofirstcontributions:mainfrom
Khy9:fix-project-button

Conversation

@Khy9
Copy link
Copy Markdown

@Khy9 Khy9 commented Apr 25, 2026

Fix: "Go to Project" button not clickable on certain cards

Problem

The "Go to Project" button was not clickable for some project cards (activist.org, CircuitVerse, Opensourcedesign).

Cause

These cards had loadIssues: true, which rendered the IssueList component. This component overlapped the bottom section of the card, blocking interaction with the project link.

Fix

Disabled loadIssues for the affected entries to restore expected click behavior.

Notes

A more complete fix could involve adjusting the layout or z-index of the IssueList component to prevent overlap.

@Khy9
Copy link
Copy Markdown
Author

Khy9 commented Apr 25, 2026

I noticed a similar PR was opened. Happy to make any changes or improvements if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant