Fix project descriptions and image alt text#570
Fix project descriptions and image alt text#570GuraaseesSingh wants to merge 1 commit intoAOSSIE-Org:mainfrom
Conversation
|
@GuraaseesSingh is attempting to deploy a commit to the AOSSIE Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughThis pull request updates project metadata and description text. Changes include fixing typos in project descriptions (correcting "adevent" to "advent"), improving capitalization and grammar, and updating image alt text to reference project name instead of title. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 🧹 Recent nitpick comments
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 |
What changed
/projectspagealtattributes to useproject.nameinstead of rendering asundefinedFix 1: Typo correction in project description
Before
After
Fix 2: Capitalization improvement
Before
After
Why this change
While inspecting the Projects page, image
alttext was rendering asundefineddue to an incorrect property reference.Switching from
project.titletoproject.nameensures:Verification
altattributes now correctly reflect project namesSummary by CodeRabbit
Release Notes