From 21a2a7eba1efeeb0333a479069ac1e147c07dddb Mon Sep 17 00:00:00 2001 From: Rhys Sullivan <39114868+RhysSullivan@users.noreply.github.com> Date: Sat, 30 Nov 2024 14:35:31 -0800 Subject: [PATCH] fix scroll restore --- src/app/(category-sidebar)/layout.tsx | 7 ++----- src/app/layout.tsx | 6 +++--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/app/(category-sidebar)/layout.tsx b/src/app/(category-sidebar)/layout.tsx index 923658c..589ba90 100644 --- a/src/app/(category-sidebar)/layout.tsx +++ b/src/app/(category-sidebar)/layout.tsx @@ -9,7 +9,7 @@ export default async function Layout({ const allCollections = await getCollections(); return (