Skip to content

Commit fa54782

Browse files
committed
feat(demo): change demo app's title and description
1 parent 0cb3706 commit fa54782

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
@@ -33,8 +33,8 @@ const Soehne = localFont({
3333
});
3434

3535
export const metadata: Metadata = {
36-
title: 'React Rolling Number Demo',
37-
description: 'A demo app for React Rolling Number component',
36+
title: 'React Rolling Number',
37+
description: 'A smooth, customizable React component for rolling number animations.',
3838
};
3939

4040
const RootLayout = ({

0 commit comments

Comments
 (0)