diff --git a/components/CoursesSilder.tsx b/components/CoursesSilder.tsx index 4d617e0..6f6c7db 100644 --- a/components/CoursesSilder.tsx +++ b/components/CoursesSilder.tsx @@ -47,12 +47,22 @@ const CoursesSilder = ({ courses }: { courses: CoursesProps[] }) => {
{course.title} @@ -89,12 +108,12 @@ const CoursesSilder = ({ courses }: { courses: CoursesProps[] }) => { {course.sort_description}
- {"了解更多"} - + href={`/courses/${course.id}`} + className="flex items-center justify-center rounded-full bg-white h-12 w-28 text-sm text-black shadow-md shadow-gray-400/20 transition-all hover:shadow-lg hover:shadow-gray-500/40" + data-ripple-light="true" + > + {"了解更多"} +