diff --git a/public/images/logo/darkLogo.png b/public/images/logo/darkLogo.png
new file mode 100644
index 0000000..184a084
Binary files /dev/null and b/public/images/logo/darkLogo.png differ
diff --git a/public/images/logo/lightLogo.png b/public/images/logo/lightLogo.png
new file mode 100644
index 0000000..8a03021
Binary files /dev/null and b/public/images/logo/lightLogo.png differ
diff --git a/src/routes/MainRoutes.js b/src/routes/MainRoutes.js
index 62711c4..ede11c5 100755
--- a/src/routes/MainRoutes.js
+++ b/src/routes/MainRoutes.js
@@ -6,7 +6,6 @@ import Loadable from 'ui-component/Loadable';
import AuthGuard from 'utils/route-guard/AuthGuard';
// sample page routing
-const SamplePage = Loadable(lazy(() => import('views/sample-page')));
const Dashboard = Loadable(lazy(() => import('views/dashboard')));
// admin page routing
@@ -113,15 +112,6 @@ const MainRoutes = {
{
path: '/judge/disabled/review',
element:
- },
-
- {
- path: '/sample-page',
- element:
- },
- {
- path: '/modalForm',
- element:
}
]
};
diff --git a/src/ui-component/Logo.js b/src/ui-component/Logo.js
index b7df54f..462e323 100755
--- a/src/ui-component/Logo.js
+++ b/src/ui-component/Logo.js
@@ -1,14 +1,6 @@
// material-ui
import { useTheme } from '@mui/material/styles';
-/**
- * if you want to use image instead of