mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/refactor: change Filter Fetch Function
This commit is contained in:
parent
56334893b4
commit
fd0ce8cb94
5 changed files with 536 additions and 73 deletions
|
@ -72,7 +72,7 @@ export const App = (props) => {
|
|||
className={`${inter.className} overflow-x-hidden dark:bg-[#0d1117] dark:text-white`}
|
||||
>
|
||||
<NavBarPc setIsSettingModalOpen={setIsSettingModalOpen} />
|
||||
<main className="container px-2 pt-4 pb-24 mx-auto sm:pb-0">
|
||||
<main className="container px-2 pt-4 pb-24 mx-auto lg:pb-0">
|
||||
{props.children}
|
||||
</main>
|
||||
<ChangelogModal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue