From 11dfd7da2745487bce5a9c6b73e1f53bf8daf01b Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Mon, 18 Sep 2023 19:17:19 -0500 Subject: [PATCH] Prevent tag stagger animation after first load --- src/app/(static)/grid/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/(static)/grid/page.tsx b/src/app/(static)/grid/page.tsx index d34d6a95..73af56ec 100644 --- a/src/app/(static)/grid/page.tsx +++ b/src/app/(static)/grid/page.tsx @@ -41,6 +41,7 @@ export default async function GridPage({ contentSide={tags && )} + staggerOnFirstLoadOnly />} sideHiddenOnMobile />