Update memory-game/app/layout.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/1500/head
prathoseraaj V 2 months ago committed by GitHub
parent dadef520ba
commit 9c2d4c3a02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -12,8 +12,8 @@ const geistMono = Geist_Mono({
});
export const metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Memory Game",
description: "A fun and challenging memory game built with Next.js.",
};
export default function RootLayout({ children }) {

Loading…
Cancel
Save