-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[Updated] UserTestimonial.js | Solved Issue #2444 #2503
Conversation
There was a problem hiding this 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.
There was a problem hiding this 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
@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"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great 👍
components/user/UserTestimonials.js
Outdated
@@ -51,4 +44,4 @@ export default function UserTestimonials({ users, data, BASE_URL }) { | |||
))} | |||
</> | |||
); | |||
} | |||
} |
There was a problem hiding this comment.
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)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah! sure. Done.
There was a problem hiding this 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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
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.