Skip to content

Commit

Permalink
fixed cursor on schedule buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kexinxiang committed Jul 16, 2024
1 parent 8cad869 commit 9724363
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
transition: transform 200ms, opacity 500ms;
&:hover {
transform: scale(1.03);
cursor: pointer;
cursor: url('../../../../assets/cursor/cursor-2t4.png'), auto; // Apply custom cursor here
}
h1 {
font-size: 28px;
Expand Down

0 comments on commit 9724363

Please sign in to comment.