Skip to content

Commit ea08015

Browse files
committed
fix(moment): hanged page title from 'Moments' to 'Moment' for consistency
1 parent bbe1a5a commit ea08015

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/moment/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default async function MomentPage() {
6666
return (
6767
<Container className="py-6">
6868
<PageHeader
69-
title="Moments"
69+
title="Moment"
7070
description="Data source not configured"
7171
className="border-b border-gray-200 pb-6 dark:border-gray-700"
7272
/>
@@ -87,7 +87,7 @@ export default async function MomentPage() {
8787
return (
8888
<Container className="py-6">
8989
<PageHeader
90-
title="Moments"
90+
title="Moment"
9191
description="Record every bit of life and share your daily thoughts and insights"
9292
className="border-b border-gray-200 pb-6 dark:border-gray-700"
9393
/>

0 commit comments

Comments
 (0)