Skip to content

Commit

Permalink
refactor: 게임 페이지 상단 헤더 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
today-is-first committed Nov 28, 2024
1 parent 0c4925d commit e7c5443
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/pages/gamePage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default function GamePage() {
return (
<>
<BackgroundImage gradientClass="bg-white/30" />
<Header />
<div className="relative flex w-full h-screen">
<LeftGameSection />
<RightGameSection />
Expand Down

0 comments on commit e7c5443

Please sign in to comment.