Skip to content

added the FAQs section#180

Open
mdashad0 wants to merge 3 commits intoreactplay:mainfrom
mdashad0:add-FAQs
Open

added the FAQs section#180
mdashad0 wants to merge 3 commits intoreactplay:mainfrom
mdashad0:add-FAQs

Conversation

@mdashad0
Copy link

close #159
i added the page FAQs section
i send the screen recording you can check it

Recording.2026-02-24.152245.1.mp4

@priyankarpal review my changes bro

@netlify
Copy link

netlify bot commented Feb 24, 2026

Deploy Preview for reactkolkata failed. Why did it fail? →

Name Link
🔨 Latest commit 88c6c96
🔍 Latest deploy log https://app.netlify.com/projects/reactkolkata/deploys/69a897249bfa130007ebb32c

@mdashad0
Copy link
Author

@priyankarpal okey i will fix it

@priyankarpal
Copy link
Member

any update @mdashad0 ??

@mdashad0
Copy link
Author

@priyankarpal WORKING ON IT

Signed-off-by: Md Ashad <asadanwarr0@gmail.com>
Copy link
Member

@priyankarpal priyankarpal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turbopack failed to parse src/components/common/navbar/index.tsx because both map blocks close with })} (line 211, line 485), leaving an extra } after the map call. This is invalid JSX/TypeScript syntax, so the Next.js build stops.

Solution

Remove the superfluous brace when closing each map, e.g.:

{items.map((item) => (
  <li key={item.href}>{item.label}</li>
))}

Make that change for the affected blocks around lines 211 and 485, commit, and rebuild.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature Request]: FAQs

2 participants