引入头像,完成首页

This commit is contained in:
2025-04-25 22:24:37 +08:00
parent c161a6d298
commit 5c956ba949
7 changed files with 145 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
import type { Metadata } from "next";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ThemeProvider } from "./components/theme-provider";
@@ -37,7 +36,7 @@ export default function RootLayout({
disableTransitionOnChange
>
<Header />
<main className="flex-grow bg-zinc-50">
<main className="flex-1 flex flex-col bg-zinc-50">
{children}
<Toaster />
</main>