Skip to content

Commit

Permalink
Merge pull request #328 from Team-TenTen/develop
Browse files Browse the repository at this point in the history
[Release] v0.1.16
  • Loading branch information
dudwns authored Sep 27, 2024
2 parents 6da1172 + 9c98aa4 commit 1324a0c
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 1324a0c

Please sign in to comment.