Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

[Updated] UserTestimonial.js | Solved Issue #2444 #2503

Merged
merged 12 commits into from
Dec 30, 2022

Conversation

adityassharma-ss
Copy link
Member

@adityassharma-ss adityassharma-ss commented Dec 26, 2022

I have updated the user testimonials.js file & added a feature solving the issue #2444. You can review it accordingly.

Fixes Issue
Closes #2444

Changes proposed
Check List (Check all the applicable boxes)
[ X ] My code follows the code style of this project.
[ X ] My change requires changes to the documentation.
[ X ] I have updated the documentation accordingly.
[ X ] All new and existing tests passed.
[ X ] This PR does not contain plagiarized content.
[ X ] The title of my pull request is a short description of the requested changes.

Note to reviewers
I have reviewed all the changes & the update feature works fine. So you can add it to the deployment without any hesitation.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

It's great having you contribute to this project

Welcome to the community 🤓

If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.

@github-actions github-actions bot added the medium Pull request with changed lines between 10 and 30 label Dec 26, 2022
Copy link
Member

@eddiejaoude eddiejaoude left a comment

Choose a reason for hiding this comment

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

Thank you for the contribution 👍

I added some inline comments, any questions let me know

@eddiejaoude
Copy link
Member

@adityassharma-ss thank you for requesting a review from me. Please see my inline comments first

alt={testimonial.username}
className="h-20 w-20 rounded-full bg-gray-100"
/>
<a href={testimonial.url} target="_blank" rel="noreferrer">
Copy link
Member

Choose a reason for hiding this comment

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

Great 👍

@@ -51,4 +44,4 @@ export default function UserTestimonials({ users, data, BASE_URL }) {
))}
</>
);
}
}
Copy link
Member

Choose a reason for hiding this comment

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

Ending blank line is needed at the end of the file (indicate by GitHub by red icon)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah! sure. Done.

Copy link
Member

@eddiejaoude eddiejaoude left a comment

Choose a reason for hiding this comment

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

Looking good, a few small changes

Copy link
Member

@eddiejaoude eddiejaoude left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@eddiejaoude eddiejaoude merged commit 11fdc08 into EddieHubCommunity:main Dec 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
medium Pull request with changed lines between 10 and 30
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Linked testimonial profiles
2 participants