mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-03 19:11:02 +08:00
- Add missing CardProps interface definition - Fix TestimonialCard to use 'authorName' instead of 'author' - Resolves TypeScript compilation error: 'Cannot find name CardProps' - Fixes frontend build failure in CI Fixes the type error: src/components/landing/CommunitySection.tsx(32,16): error TS2304: Cannot find name 'CardProps'.