mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 18:09:40 +05:00
refactor: merge <main> from pages in to one in App.tsx
This commit is contained in:
parent
7ab0befa5e
commit
32ff8bce0c
15 changed files with 109 additions and 109 deletions
|
@ -60,7 +60,9 @@ export const App = (props) => {
|
|||
className={`${inter.className} overflow-x-hidden dark:bg-[#0d1117] dark:text-white`}
|
||||
>
|
||||
<Navbar />
|
||||
{props.children}
|
||||
<main className="container px-2 pt-4 pb-24 mx-auto sm:pb-0">
|
||||
{props.children}
|
||||
</main>
|
||||
<ChangelogModal
|
||||
isOpen={showChangelog && preferencesStore.flags.showChangelog}
|
||||
setIsOpen={() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue