disable animation for dev site

it spins laptop fans full speed
This commit is contained in:
Adrian Dmitra 2023-08-14 11:20:31 -06:00
parent 3f76b59ede
commit 9a4760aef5

View File

@ -10,7 +10,7 @@ export const Footer = () => {
useEffect(() => {
if (!footerRef.current) return;
if (footerRef.current.clientWidth < 650) return
scene({ ref: footerRef });
if (window.location.hostname === 'my.protospace.ca') scene({ ref: footerRef });
}, [footerRef]);
return (