From 210ea7b754f7be7f9f8a93d66a9744c1022afc1a Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Wed, 4 Feb 2026 20:34:30 +0100 Subject: [PATCH] feat: update version to 0.1.2 and upgrade @ciphera-net/ui to 0.0.44; refactor layout-content for improved navigation handling --- app/layout-content.tsx | 17 +++++++++-------- package-lock.json | 12 ++++++------ package.json | 4 ++-- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/app/layout-content.tsx b/app/layout-content.tsx index 625d159..b037f67 100644 --- a/app/layout-content.tsx +++ b/app/layout-content.tsx @@ -62,14 +62,15 @@ export default function LayoutContent({ children }: { children: React.ReactNode showSecurity={false} showPricing={true} topOffset={showOfflineBar ? `${barHeightRem}rem` : undefined} - userMenuCustomItems={ - - - Tools - + customNavItems={ + auth.user ? ( + + Tools + + ) : null } />