From 3aaf06ec62c529b13cce6348b8048254f943e011 Mon Sep 17 00:00:00 2001 From: BRUHisbackbois <72882797+Scott170c@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:02:45 -0800 Subject: [PATCH] add blur+vignette to hero bg --- app/components/top.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/top.tsx b/app/components/top.tsx index c04a365..6677d79 100644 --- a/app/components/top.tsx +++ b/app/components/top.tsx @@ -4,7 +4,7 @@ const ModelViewer = dynamic(() => import('../ModelViewer'), { ssr: false }); const tipitytopity = ()=> { return ( -
+
{typeof window !== 'undefined' && } {/* import('../ModelViewer'), { ssr: false }); ) } -export default tipitytopity; \ No newline at end of file +export default tipitytopity;