We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3deaf commit 29dae02Copy full SHA for 29dae02
apps/demo/src/app/layout.tsx
@@ -5,8 +5,8 @@ import '../styles/globals.css';
5
const inter = Inter({ subsets: ['latin'] });
6
7
export const metadata: Metadata = {
8
- title: 'Create Next App',
9
- description: 'Generated by create next app',
+ title: 'react-infinite-scroll-hook',
+ description: 'Demo app to showcase react-infinite-scroll-hook usage',
10
};
11
12
export default function RootLayout({
0 commit comments