diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 95a41aa..4a71ed8 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -32,7 +32,7 @@ const AddPageNumbers = lazy(() => import('@/components/tools/AddPageNumbers')); function LoadingFallback() { return (
-
+
); } @@ -41,7 +41,7 @@ export default function App() { useDirection(); return ( -
+
diff --git a/frontend/src/components/layout/Footer.tsx b/frontend/src/components/layout/Footer.tsx index 5e5df3f..1b17cfb 100644 --- a/frontend/src/components/layout/Footer.tsx +++ b/frontend/src/components/layout/Footer.tsx @@ -6,11 +6,11 @@ export default function Footer() { const { t } = useTranslation(); return ( -