Skip to content

Commit

Permalink
typo: 불필요한 공백 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
minjongbaek committed Feb 10, 2024
1 parent 4b3ad12 commit e9bdf8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const RootLayout = ({ children }: { children: ReactNode }) => {
</head>
<body className="app-layout">
<ContextProvider>
<main className={`${LineSeedKR.variable} font-lineseed `}>
<main className={`${LineSeedKR.variable} font-lineseed`}>
{children}
</main>
</ContextProvider>
Expand Down

0 comments on commit e9bdf8c

Please sign in to comment.