This commit is contained in:
2025-06-08 15:34:42 +02:00
parent 91771bffc9
commit fc4a20c1fc
6 changed files with 422 additions and 34 deletions

View File

@@ -22,7 +22,11 @@ export default async function ReleasesPage() {
return (
<Suspense>
<HydrateClient>
<div className={'container mx-auto pt-8'}>
<div
className={
'mx-auto flex w-[calc(100%-1rem)] max-w-fd-container flex-col gap-4 pt-16'
}
>
<ReleasesClient />
</div>
</HydrateClient>