Skip to content

Commit f131250

Browse files
committed
refactor: minor code changes
1 parent 6c10ec6 commit f131250

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app.vue

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const cursorStyle = computed((): CSSProperties => {
2222
opacity: isLeft.value ? 0 : 1,
2323
};
2424
});
25-
2625
function updateCursor(): void {
2726
console.log("animating mouse");
2827
gsap.set(cursorInnerRef.value, {

0 commit comments

Comments
 (0)