Skip to content

Commit

Permalink
fix : blocking side
Browse files Browse the repository at this point in the history
  • Loading branch information
jyc0011 authored Jul 12, 2024
1 parent 9c55670 commit e6eee1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kaupc-2024/src/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ export default function Home() {
<Footer />
</section>
</div>
<div>
<Side visibleSection={visibleSection} onSectionClick={scrollToSection} />
</div>
//<div>
//<Side visibleSection={visibleSection} onSectionClick={scrollToSection} />
//</div>
</div>
</>
);
}
}

0 comments on commit e6eee1d

Please sign in to comment.