theming and structure
This commit is contained in:
@@ -2,7 +2,7 @@ import type { Metadata } from "next";
|
||||
import "./globals.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Create Next App",
|
||||
title: "Wedding Planner",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
|
||||
@@ -15,8 +15,8 @@ export default async function RootLayout({
|
||||
return (
|
||||
<html lang="en">
|
||||
<body
|
||||
className="bg-background text-text"
|
||||
>
|
||||
<h1 className="text-xl font-bold">Welcome to Wedding Planner</h1>
|
||||
{children}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user