mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 01:49:40 +05:00
refactor: fill screen with grid on category pages
This commit is contained in:
parent
4d1d923cd1
commit
5490d39b39
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ export default function HomeStatus({ params }) {
|
|||
);
|
||||
|
||||
return (
|
||||
<main className="flex flex-col pt-2 pb-16 sm:pt-4 sm:pb-0">
|
||||
<main className="pt-2 pb-16 sm:pt-4 sm:pb-0">
|
||||
{content && (
|
||||
<ReleaseSection
|
||||
sectionTitle={SectionTitleMapping[params.slug]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue