Skip to content

Commit

Permalink
fix: Reduced rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Jul 1, 2024
1 parent 3317c85 commit f20a25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/DataSecuritySection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { onMounted, onUnmounted } from "vue";
const onTiltedImageMove = (event: MouseEvent) => {
const imageX = 622;
const imageY = 622;
const ANGLE_COMPENSATION = 15;
const ANGLE_COMPENSATION = 35;
let mouseX = event.clientX;
let mouseY = event.clientY;
Expand Down

0 comments on commit f20a25b

Please sign in to comment.