From ac9109c2b6cb71e3f2d500adbdafb41224410726 Mon Sep 17 00:00:00 2001 From: abizek <91976421+abizek@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:28:17 +0530 Subject: [PATCH] fix(builder): right sidebar scroll to page section --- apps/client/src/pages/builder/sidebars/right/sections/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/pages/builder/sidebars/right/sections/page.tsx b/apps/client/src/pages/builder/sidebars/right/sections/page.tsx index ee4f0121..80c80662 100644 --- a/apps/client/src/pages/builder/sidebars/right/sections/page.tsx +++ b/apps/client/src/pages/builder/sidebars/right/sections/page.tsx @@ -19,7 +19,7 @@ export const PageSection = () => { const page = useResumeStore((state) => state.resume.data.metadata.page); return ( -
+
{getSectionIcon("page")}