fix: change the capitalization of "change log" in the heading in mod change log pages

This commit is contained in:
Dorian Niemiec 2024-09-08 07:23:56 +02:00
parent beeda59127
commit 7bf6b414a6

View file

@ -43,7 +43,7 @@ const Page = async ({ params }: { params: { slug: string } }) => {
<> <>
<section className="wrapper container py-24 md:py-28 gap-2 flex flex-col"> <section className="wrapper container py-24 md:py-28 gap-2 flex flex-col">
<h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400"> <h1 className="text-3xl md:text-5xl pb-1 md:pb-2 font-bold text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
{page.title} Change Log {page.title} change log
</h1> </h1>
<ReactMarkdown className="prose max-w-full md:prose-lg dark:prose-invert"> <ReactMarkdown className="prose max-w-full md:prose-lg dark:prose-invert">
{page.content} {page.content}