8000 update layout.js file · SithuReactJS/imdb-nextjs@84c17ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 84c17ad

Browse files
committed
update layout.js file
1 parent 2a26765 commit 84c17ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/layout.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const geistMono = Geist_Mono({
1212
});
1313

1414
export const metadata = {
15-
title: "Create Next App",
16-
description: "Generated by create next app",
15+
title: "Imdb Clone",
16+
description: "This is a movie database clone",
1717
};
1818

1919
export default function RootLayout({ children }) {

0 commit comments

Comments
 (0)
0