Skip to content

Commit

Permalink
fix(famous-courses): fix styles in carouse with famous courses
Browse files Browse the repository at this point in the history
  • Loading branch information
danilych committed Feb 11, 2024
1 parent 6760e8a commit ed76fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/widgets/homepage/famous-courses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function FamousCourses() {
/>
</div>
) : (
<Slider {...settings}>
<Slider className='w-[1500px] mx-auto' {...settings}>
{/* @ts-ignore */}
{courses.items.map((course: any) => (
<CourseCard key={course.id} id={course.id} picturePath={course.picturePath} name={course.name} price={course.price} rating={course.rating} />
Expand Down

0 comments on commit ed76fb8

Please sign in to comment.