From 60617d83f84908144a08c6b15a3ff8d27e6e9a9f Mon Sep 17 00:00:00 2001 From: Sourabh-awasthy <116659744+Sourabh-awasthy@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:44:53 +0530 Subject: [PATCH] Update Earth.jsx --- src/app/homeComponents/Earth.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/homeComponents/Earth.jsx b/src/app/homeComponents/Earth.jsx index 3e36e73..11f1367 100644 --- a/src/app/homeComponents/Earth.jsx +++ b/src/app/homeComponents/Earth.jsx @@ -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(() => {