Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix initials on testimonials page #74

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

sweep-ai[bot]
Copy link

@sweep-ai sweep-ai bot commented Sep 13, 2023

Description

This PR fixes the issue with the initials on the testimonials page. Previously, all testimonials displayed the initials "JE" regardless of the user's name. With this fix, the initials are dynamically generated based on the user's name.

Summary of Changes

  • Modified the User component to accept a 'name' prop and generate initials from it.
  • Updated the Testimonial component to pass the 'name' prop to the User component.

Please review and merge this PR. Thank you!

Fixes #67.


To checkout this PR branch, run the following command in your terminal:

git checkout sweep/fix-testimonials-initials_10

🎉 Latest improvements to Sweep:


💡 To get Sweep to edit this pull request, you can:

  • Leave a comment below to get Sweep to edit the entire PR
  • Leave a comment in the code will only modify the file
  • Edit the original issue to get Sweep to recreate the PR from scratch

@sweep-ai sweep-ai bot added the sweep Assigns Sweep to an issue or pull request. label Sep 13, 2023
@netlify
Copy link

netlify bot commented Sep 13, 2023

Deploy Preview for gleaming-biscotti-07856b ready!

Name Link
🔨 Latest commit 7465383
🔍 Latest deploy log https://app.netlify.com/sites/gleaming-biscotti-07856b/deploys/65014749c175800008acdda6
😎 Deploy Preview https://deploy-preview-74--gleaming-biscotti-07856b.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sweep Assigns Sweep to an issue or pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sweep: Fix the initials on the testimonials page, they all say JE
0 participants