Skip to content

Commit

Permalink
chore: app, document ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchaehyun committed Dec 13, 2023
1 parent 202cd8a commit 64f816c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion packages/frontend/src/pages/_app.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export default function App({ Component, pageProps }: AppProps) {
<UserQuizStatusProvider initialUserQuizStatus={userQuizStatus}>
<ThemeWrapper>
<Layout>
{/* eslint-disable-next-line react/jsx-props-no-spreading */}
<Component {...pageProps} />
</Layout>
</ThemeWrapper>
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/src/pages/_document.page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Head, Html, Main, NextScript } from "next/document";

export default function Document() {
return (
<Html data-theme="light" lang="en">
<Html data-theme="light" lang="ko">
<Head>
<link
rel="apple-touch-icon"
Expand Down

0 comments on commit 64f816c

Please sign in to comment.