diff --git a/src/app/(main)/App.tsx b/src/app/(main)/App.tsx
index e29a4a33c..6ac744aac 100644
--- a/src/app/(main)/App.tsx
+++ b/src/app/(main)/App.tsx
@@ -47,10 +47,10 @@ export function App({ children }) {
-
+
-
+
{children}
diff --git a/src/app/(main)/SideNav.tsx b/src/app/(main)/SideNav.tsx
index ba2893bb9..6281fc900 100644
--- a/src/app/(main)/SideNav.tsx
+++ b/src/app/(main)/SideNav.tsx
@@ -54,11 +54,11 @@ export function SideNav(props: any) {
-
-
-
- {!isCollapsed && (
- }>
- umami
-
- )}
-
-
+
+
+ {!isCollapsed && (
+ }>
+ umami
+
+ )}
+
+
+
{websiteId ? (
) : pathname.includes('/settings') ? (
@@ -117,7 +117,7 @@ export function SideNav(props: any) {
)}
-
+