fix
This commit is contained in:
@@ -190,7 +190,6 @@ const TestimonialCardOne = ({
|
||||
buttonTextClassName={textBoxButtonTextClassName}
|
||||
ariaLabel={ariaLabel}
|
||||
>
|
||||
<Button variant="success">Success Button</Button> {/* Inserted button element */}
|
||||
{testimonials.map((testimonial, index) => (
|
||||
<TestimonialCard
|
||||
key={`${testimonial.id}-${index}`}
|
||||
|
||||
Reference in New Issue
Block a user