refactor(DownloadAll): 调整按钮位置

This commit is contained in:
awalol
2025-07-15 22:10:45 +08:00
committed by awalol
parent 2da766168c
commit d122eaecf5
4 changed files with 12 additions and 8 deletions

View File

@@ -15,7 +15,6 @@ import { Bounce, ToastContainer } from 'react-toastify';
import { SettingsHome } from '~/features/settings/SettingsHome';
import { FAQ_PAGES } from '~/faq/FAQPages';
import { FaqHome } from '~/faq/FaqHome';
import { DownloadAll } from '~/components/DownloadAll.tsx';
// Private to this file only.
const store = setupStore();
@@ -72,7 +71,6 @@ export function AppRoot() {
transition={Bounce}
/>
<DownloadAll />
<Footer />
</Provider>
</BrowserRouter>