mirror of
https://github.com/Radiquum/AniX.git
synced 2025-05-01 10:29:40 +05:00
feat: add release episode counts
This commit is contained in:
parent
894fe14eaf
commit
b0246aa4e5
3 changed files with 48 additions and 28 deletions
|
@ -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} />
|
||||
)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue