Skip to content

Commit

Permalink
Update Earth.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourabh-awasthy authored Jan 23, 2024
1 parent 5ab9075 commit 60617d8
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 / 550;
const newSize = window.innerWidth / 700;
setSphereSize(Math.max(1.3, newSize));
};
useEffect(() => {
Expand Down

0 comments on commit 60617d8

Please sign in to comment.