Skip to content

feat: added feedback section on home page#263

Open
joanaBrit wants to merge 1 commit intoWomen-Coding-Community:mainfrom
joanaBrit:feat-add-feedback-section-228
Open

feat: added feedback section on home page#263
joanaBrit wants to merge 1 commit intoWomen-Coding-Community:mainfrom
joanaBrit:feat-add-feedback-section-228

Conversation

@joanaBrit
Copy link
Copy Markdown
Contributor

@joanaBrit joanaBrit commented Mar 28, 2026

Description

Add feedback section to the Landing Page

Type

  • Bug Fix
  • New Feature
  • Code Refactor
  • Documentation
  • Other

Related Issue

On Figma we're displaying the feedback section on the landing page and mentorship overview

Screenshots

image

Testing

I didn't need to create test this was just reusing from Mentorship Overview

Pull request checklist

Please check if your PR fulfills the following requirements:

  • I checked and followed the contributor guide
  • I have tested my changes locally.
  • I have added a screenshot from the website after I tested it locally

@sonarqubecloud
Copy link
Copy Markdown

@joanaBrit
Copy link
Copy Markdown
Contributor Author

There's a PR to fix feedback so as soon as that it's approved I can merge into this PR
image

mentee={feedback.memberType === 'Mentee'}
year={
typeof feedback.year === 'string'
? parseInt(feedback.year, 10)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Suggested change
? parseInt(feedback.year, 10)
? Number.parseInt(feedback.year, 10)

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.

2 participants