From 99cc32f83136860bdaf7c8dad434086025d2d3a0 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 29 Jul 2024 22:22:33 +0200 Subject: [PATCH] Fix clipped text in the bottom on the heading in /changelogs/[slug] pages. --- app/(root)/changelogs/[slug]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(root)/changelogs/[slug]/page.tsx b/app/(root)/changelogs/[slug]/page.tsx index 0b1ae03..5e232f7 100644 --- a/app/(root)/changelogs/[slug]/page.tsx +++ b/app/(root)/changelogs/[slug]/page.tsx @@ -73,7 +73,7 @@ const Page = ({ params }: { params: { slug: string } }) => { return ( <>
-

+

{page.title}