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
}
/>