feat: add release episode counts

This commit is contained in:
Kentai Radiquum 2024-07-11 20:16:58 +05:00
parent 894fe14eaf
commit b0246aa4e5
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 48 additions and 28 deletions

View file

@ -28,7 +28,7 @@ export default function Home() {
] = fetchReleases("announce");
return (
<main className="flex flex-col sm:pt-4 sm:pb-0 pb-16">
<main className="flex flex-col pt-2 pb-16 sm:pt-4 sm:pb-0">
{lastReleasesData && (
<ReleaseCourusel id="home-courusel-last" sectionTitle="Последние релизы" showAllLink="/last" content={lastReleasesData.content} />
)}