diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3334173..fdec0f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,7 +4,8 @@ import { ThemeProvider } from "@/components/theme-provider"; export const metadata: Metadata = { title: "monaco-editor-lsp-next", - description: "A Next.js integration of Monaco Editor with LSP support, free from SSR issues", + description: + "A Next.js integration of Monaco Editor with LSP support, free from SSR issues", }; interface RootLayoutProps { @@ -13,17 +14,15 @@ interface RootLayoutProps { export default function RootLayout({ children }: RootLayoutProps) { return ( - -
+ +