Skip to content

Commit 60a4abf

Browse files
authored
chore: add pointer for course-card (#730)
1 parent 9ed684b commit 60a4abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/components/courses/CourseCard.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ onMounted(() => {
5757

5858
<style scoped>
5959
.course-card {
60-
@apply relative h-[160px] w-full rounded-xl border border-gray-400 p-4 pb-6 transition-all duration-300 dark:text-gray-100;
60+
@apply relative h-[160px] w-full cursor-pointer rounded-xl border border-gray-400 p-4 pb-6 transition-all duration-300 dark:text-gray-100;
6161
@apply hover:text-purple-500 hover:shadow-lg hover:shadow-gray-300 hover:dark:text-purple-400 dark:hover:shadow-gray-500;
6262
}
6363

0 commit comments

Comments
 (0)