Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sspzoa committed Sep 25, 2024
1 parent 1c2e990 commit 57014fa
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 @@ -23,7 +23,7 @@ export const metadata: Metadata = {
export default function RootLayout({ children }: Readonly<{ children: React.ReactNode }>) {
return (
<html lang="ko">
<body className={WantedSansVariable.className}>{children}</body>
<body className={WantedSansVariable.variable}>{children}</body>
</html>
);
}

0 comments on commit 57014fa

Please sign in to comment.