diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 3f79c3d..6ff0c03 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,12 +4,12 @@
-
+
-
-
-
-
+
+
+
+
@@ -503,15 +503,7 @@
-
-
-
-
- 1743022260639
-
-
-
- 1743022260639
+
@@ -897,7 +889,15 @@
1752158119802
-
+
+
+ 1752159900432
+
+
+
+ 1752159900432
+
+
@@ -944,7 +944,6 @@
-
@@ -969,7 +968,8 @@
-
+
+
false
diff --git a/src/components/App.tsx b/src/components/App.tsx
index 69d4d36..71460c6 100644
--- a/src/components/App.tsx
+++ b/src/components/App.tsx
@@ -3,7 +3,7 @@ import routesConfig from '../config/routesConfig';
import Navbar from './Navbar';
import { Suspense, useState, useEffect } from 'react';
import Loading from './Loading';
-import { CssBaseline, Theme, ThemeProvider } from '@mui/material';
+import { Box, CssBaseline, Theme, ThemeProvider } from '@mui/material';
import { CustomSnackBarProvider } from '../contexts/CustomSnackBarContext';
import { SnackbarProvider } from 'notistack';
import { tools } from '../tools';
@@ -55,16 +55,52 @@ function App() {
>
- {
- setMode((prev) => nextMode(prev));
- localStorage.setItem('theme', nextMode(mode));
+
- }>
-
-
+ >
+
+ {
+ setMode((prev) => nextMode(prev));
+ localStorage.setItem('theme', nextMode(mode));
+ }}
+ />
+ }>
+
+
+
+
diff --git a/src/components/ToolLayout.tsx b/src/components/ToolLayout.tsx
index 3da0837..4d1efff 100644
--- a/src/components/ToolLayout.tsx
+++ b/src/components/ToolLayout.tsx
@@ -38,7 +38,6 @@ export default function ToolLayout({
display={'flex'}
flexDirection={'column'}
alignItems={'center'}
- sx={{ backgroundColor: 'background.default' }}
>
{`${title} - OmniTools`}
diff --git a/src/pages/home/index.tsx b/src/pages/home/index.tsx
index 4443975..9479f57 100644
--- a/src/pages/home/index.tsx
+++ b/src/pages/home/index.tsx
@@ -11,14 +11,16 @@ export default function Home() {
md: 3,
lg: 5
}}
- sx={{
- background: `url(/assets/${
- theme.palette.mode === 'dark'
- ? 'background-dark.png'
- : 'background.svg'
- })`,
- backgroundColor: 'background.default'
- }}
+ sx={
+ {
+ // background: `url(/assets/${
+ // theme.palette.mode === 'dark'
+ // ? 'background-dark.png'
+ // : 'background.svg'
+ // })`,
+ // backgroundColor: 'background.default'
+ }
+ }
display={'flex'}
flexDirection={'column'}
alignItems={'center'}
diff --git a/src/pages/tools-by-category/index.tsx b/src/pages/tools-by-category/index.tsx
index 947862e..91e74e5 100644
--- a/src/pages/tools-by-category/index.tsx
+++ b/src/pages/tools-by-category/index.tsx
@@ -42,7 +42,7 @@ export default function ToolsByCategory() {
}, []);
return (
-
+
{`${rawTitle} Tools`}