Skip to content

Commit

Permalink
User_testimonials_updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Devaki01 committed Jun 8, 2024
1 parent 72783ec commit f1f77cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file removed src/assets/stars.png
Binary file not shown.
2 changes: 0 additions & 2 deletions src/components/Testimonials/Testimonials.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useState, useEffect } from 'react';
import { FaChevronLeft, FaChevronRight } from 'react-icons/fa';
import testimonials from './testimonials';
import stars from "../../assets/stars.png";

function Testimonials() {
const [currentIndex, setCurrentIndex] = useState(0);
Expand Down Expand Up @@ -62,7 +61,6 @@ function Testimonials() {
</div>
</div>
<p className='mt-4 text-fuchsia-800'>{testimonial.text}</p>
<img src={stars} height={60} width={90}/>
</div>
</div>
))}
Expand Down

0 comments on commit f1f77cb

Please sign in to comment.