Skip to content

Commit 29dae02

Browse files
committed
fix demo metadata
1 parent 1d3deaf commit 29dae02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/demo/src/app/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import '../styles/globals.css';
55
const inter = Inter({ subsets: ['latin'] });
66

77
export const metadata: Metadata = {
8-
title: 'Create Next App',
9-
description: 'Generated by create next app',
8+
title: 'react-infinite-scroll-hook',
9+
description: 'Demo app to showcase react-infinite-scroll-hook usage',
1010
};
1111

1212
export default function RootLayout({

0 commit comments

Comments
 (0)