Skip to content

Commit

Permalink
feat: 최상위 레이아웃에 id 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Sep 27, 2024
1 parent 8c25ca6 commit 9c98aa4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ export default function RootLayout({
<AuthProvider>
<body className={`bg-bgColor ${pretendard.variable}`}>
<Providers>
<div className="relative mx-auto min-h-screen w-full pb-4 shadow-xl">
<div
id="root"
className="relative mx-auto min-h-screen w-full pb-4 shadow-xl">
<Suspense>
<Header />
</Suspense>
Expand Down

0 comments on commit 9c98aa4

Please sign in to comment.