From dbabef92b8f3bea08890f58683f53884b1f8daba Mon Sep 17 00:00:00 2001 From: Li1304553726 <1304553726@qq.com> Date: Wed, 26 Feb 2025 13:10:01 +0800 Subject: [PATCH] add .Li --- apps/web/src/app/main/courses/components/CourseCard.tsx | 7 +++---- apps/web/src/app/main/home/components/CategorySection.tsx | 2 +- apps/web/src/app/main/home/components/CoursesSection.tsx | 6 +++--- apps/web/src/app/main/home/components/HeroSection.tsx | 2 +- apps/web/src/app/main/layout/MainLayout.tsx | 2 +- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/apps/web/src/app/main/courses/components/CourseCard.tsx b/apps/web/src/app/main/courses/components/CourseCard.tsx index d830c4d..cbdb80c 100755 --- a/apps/web/src/app/main/courses/components/CourseCard.tsx +++ b/apps/web/src/app/main/courses/components/CourseCard.tsx @@ -24,8 +24,7 @@ export default function CourseCard({ course }: CourseCardProps) { onClick={() => handleClick(course)} key={course.id} hoverable - className="group overflow-hidden rounded-2xl border border-gray-200 bg-white - shadow-xl hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2" + className="group overflow-hidden rounded-2xl border border-gray-200 bg-white shadow-xl hover:shadow-2xl transition-all duration-300 transform hover:-translate-y-2" cover={