Skip to content

Commit

Permalink
Merge pull request #1844 from abizek/fix/right-sidebar-page-section-s…
Browse files Browse the repository at this point in the history
…croll

Fix(builder): right sidebar scroll to page section
  • Loading branch information
AmruthPillai committed May 20, 2024
2 parents 376f72a + d570b21 commit a74a8ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const PageSection = () => {
const page = useResumeStore((state) => state.resume.data.metadata.page);

return (
<section id="theme" className="grid gap-y-6">
<section id="page" className="grid gap-y-6">
<header className="flex items-center justify-between">
<div className="flex items-center gap-x-4">
{getSectionIcon("page")}
Expand Down

0 comments on commit a74a8ed

Please sign in to comment.