Skip to content

Commit bd65f56

Browse files
committed
Revert "Merge branch 'main' into canary"
This reverts commit 7c8594a, reversing changes made to b8c1a91.
1 parent 7c8594a commit bd65f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dokploy/components/layouts/side.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ export default function Page({ children }: Props) {
908908
</SidebarGroup>
909909
<SidebarGroup>
910910
<SidebarGroupLabel>Settings</SidebarGroupLabel>
911-
<SidebarMenu>
911+
<SidebarMenu className="gap-2">
912912
{filteredSettings.map((item) => {
913913
const isSingle = item.isSingle !== false;
914914
const isActive = isSingle

0 commit comments

Comments
 (0)