Skip to content

Commit

Permalink
fix demo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
onderonur committed Dec 26, 2024
1 parent 1d3deaf commit 29dae02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/demo/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import '../styles/globals.css';
const inter = Inter({ subsets: ['latin'] });

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

export default function RootLayout({
Expand Down

0 comments on commit 29dae02

Please sign in to comment.