Skip to content

Fixed the json err now cardDetail working fine#342

Open
Priyanshu2004-Singh wants to merge 1 commit intoamyyalex:mainfrom
Priyanshu2004-Singh:priyanshu/fixcarddetailErr
Open

Fixed the json err now cardDetail working fine#342
Priyanshu2004-Singh wants to merge 1 commit intoamyyalex:mainfrom
Priyanshu2004-Singh:priyanshu/fixcarddetailErr

Conversation

@Priyanshu2004-Singh
Copy link
Copy Markdown

This PR fixes invalid JSON in [cardDetails.json]
The following issues were addressed:

  1. Fixed inconsistent/misspelled keys for one contributor entry:
  2. "Profession" -> "profession"
  3. "quota" -> "quote"

Added a missing comma between two contributor objects which caused the JSON parse error at the end of the array.
Normalized the object structure so all contributor entries use consistent key names.
Files changed

Why this change

The malformed JSON prevented consumers (frontend or ingestion scripts) from loading the contributor cards.
Normalized keys improve consistency and reduce runtime errors in code that expects specific field names like profession and quote.

@Priyanshu2004-Singh
Copy link
Copy Markdown
Author

I have fixed all error working on improving ur ui

@Priyanshu2004-Singh
Copy link
Copy Markdown
Author

/**

  • Simple Contribution - Modern UI Update
  • Major Updates:
    1. Modern Design System
    • CSS variables for theming
    • Improved color contrast and visibility
    • Dark mode support
    1. Glassmorphism Effects
    • Enhanced navbar with blur and transparency
    • Smooth scroll transitions
    • Modern card hover states
    1. Responsive Layout
    • 3x3 grid system for cards
    • Mobile-first breakpoints (900px, 640px)
    • Improved container widths
    1. Accessibility
    • Better contrast ratios
    • Enhanced focus states
    • Improved text readability
      */

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