diff --git a/src/components/common/sidebar/SidebarFooter.tsx b/src/components/common/sidebar/SidebarFooter.tsx
index 6e1c9bb..98dfab8 100644
--- a/src/components/common/sidebar/SidebarFooter.tsx
+++ b/src/components/common/sidebar/SidebarFooter.tsx
@@ -49,7 +49,11 @@ const SidebarFooter: React.FC = () => {
return (
-
+
diff --git a/src/pages/SystemFramework.tsx b/src/pages/SystemFramework.tsx
index 085f6fa..4bbbacc 100644
--- a/src/pages/SystemFramework.tsx
+++ b/src/pages/SystemFramework.tsx
@@ -12,18 +12,7 @@ const SystemFramework: React.FC = () => {
<>
-
-
-
- }
- >
+
{getSystemRouteJson().map((value) => {
return value.menu ? (