This commit is contained in:
Elijah Lucian
2021-03-20 15:29:00 -07:00
parent 03687402c9
commit b169f1372b
7 changed files with 14548 additions and 5 deletions
+1
View File
@@ -8,6 +8,7 @@ export const Footer = () => {
useEffect(() => {
if (!footerRef.current) return;
if (footerRef.current.clientWidth < 650) return
scene({ ref: footerRef });
}, [footerRef]);