From 7bf6b414a69ee72a76e3856b532c0c0356fd1b69 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 8 Sep 2024 07:23:56 +0200 Subject: [PATCH] fix: change the capitalization of "change log" in the heading in mod change log pages --- app/(root)/changelog/[slug]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(root)/changelog/[slug]/page.tsx b/app/(root)/changelog/[slug]/page.tsx index 9b6c70a..f191264 100644 --- a/app/(root)/changelog/[slug]/page.tsx +++ b/app/(root)/changelog/[slug]/page.tsx @@ -43,7 +43,7 @@ const Page = async ({ params }: { params: { slug: string } }) => { <>

- {page.title} Change Log + {page.title} change log

{page.content}