feat(nav): comment out NavUpgrade component in NavContent for future reference

This commit is contained in:
OlgunR
2025-12-11 15:33:02 +01:00
parent 85dc9a20af
commit e25a77335b

View File

@@ -203,7 +203,7 @@ export function NavContent({ data, slots, workspaces, sx }: NavContentProps) {
{slots?.bottomArea}
<NavUpgrade />
{/* <NavUpgrade /> */}
</>
);
}