Skip to content

Commit

Permalink
completed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourabh-awasthy committed Jan 22, 2024
1 parent 6245d37 commit d6ea970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/homeComponents/Earth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function Earth(props) {
const [animateCamera, setAnimateCamera] = useState(false);

const updateSphereSize = () => {
const newSize = window.innerWidth / 600;
const newSize = window.innerWidth / 550;
setSphereSize(Math.max(1.3, newSize));
};
useEffect(() => {
Expand Down

0 comments on commit d6ea970

Please sign in to comment.