diff --git a/apps/dokploy/components/layouts/side.tsx b/apps/dokploy/components/layouts/side.tsx
index 1d99552b..efb91fc2 100644
--- a/apps/dokploy/components/layouts/side.tsx
+++ b/apps/dokploy/components/layouts/side.tsx
@@ -348,23 +348,28 @@ function SidebarLogo() {
return (
-
+
- {state === "expanded" && (
-
- Dokploy
- {dokployVersion}
-
- )}
+
+
Dokploy
+
+ {dokployVersion}
+
+
);
}
@@ -451,11 +456,12 @@ export default function Page({ children }: Props) {
>
-
-
-
-
-
+
+
+
diff --git a/apps/dokploy/components/ui/sidebar.tsx b/apps/dokploy/components/ui/sidebar.tsx
index bb3601dc..a930da6d 100644
--- a/apps/dokploy/components/ui/sidebar.tsx
+++ b/apps/dokploy/components/ui/sidebar.tsx
@@ -231,7 +231,7 @@ const Sidebar = React.forwardRef<
{/* This is what handles the sidebar gap on desktop */}