Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
latishramdeepak committed Aug 29, 2024
1 parent 9880dc1 commit 5b8ae41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/UI/Testimonial.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Testimonial = ({ feedbacks = [] }) => {
<section>
<Container>
<SectionSubtitle subtitle="Testimonials" />
<h4 className="mt-4 mb-5 text-2xl">Feedback from students</h4>
<h4 className="mt-4 mb-5 text-2xl">Feedbacks from students</h4>
<Row className="sm:p-2 p-10">
<Slider {...settings}>
{feedbacks.map((feedBack) => (
Expand Down

0 comments on commit 5b8ae41

Please sign in to comment.