diff --git a/public/tree.mov b/public/tree.mov deleted file mode 100644 index 7d34128..0000000 Binary files a/public/tree.mov and /dev/null differ diff --git a/public/treee.mov b/public/treee.mov new file mode 100644 index 0000000..c3a0c67 Binary files /dev/null and b/public/treee.mov differ diff --git a/src/components/Home/TaskCompletionModal.jsx b/src/components/Home/TaskCompletionModal.jsx index a517af0..2e4d102 100644 --- a/src/components/Home/TaskCompletionModal.jsx +++ b/src/components/Home/TaskCompletionModal.jsx @@ -13,11 +13,11 @@ const TaskCompletionModal = ({ open, handleClose }) => { // Define the start and end times for each stage in seconds const timeRanges = [ - { start: 0, end: 1.5 }, - { start: 1.45, end: 3.2 }, - { start: 2.95, end: 4.5 }, - { start: 3.9, end: 5.5 }, - { start: 5, end: 8.5 }, + { start: 0, end: 2.5 }, + { start: 2.5, end: 4 }, + { start: 4, end: 6 }, + { start: 6, end: 8 }, + { start: 6.5, end: 11 }, ] // Show confetti when exactly 5 tasks are completed @@ -86,7 +86,7 @@ const TaskCompletionModal = ({ open, handleClose }) => {