Fix project links not clickable on /projects page#552
Fix project links not clickable on /projects page#552tubajavedd wants to merge 2 commits intoAOSSIE-Org:mainfrom
Conversation
|
Someone is attempting to deploy a commit to the AOSSIE Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughBanner file has only formatting/whitespace adjustments with no functional or DOM changes; projects page replaces a non-interactive paragraph with a semantic Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This PR fixes the issue where project links on the /projects page were not clickable.
Changes:
wrapper with an tag for project links
Note:
The project "OpenChat" still has href "#" in data, so it does not navigate.
Fixes: #481
Summary by CodeRabbit
Refactor
Style