refactor: remove Tools page and associated link from layout, streamlining navigation

This commit is contained in:
Usman Baig
2026-02-08 21:27:42 +01:00
parent 0f7e644f17
commit ff456ef4d6
2 changed files with 0 additions and 23 deletions

View File

@@ -73,14 +73,6 @@ export default function LayoutContent({ children }: { children: React.ReactNode
Features
</Link>
)}
{auth.user && (
<Link
href="/tools"
className="px-4 py-2 text-sm font-medium text-neutral-600 dark:text-neutral-400 hover:text-neutral-900 dark:hover:text-white rounded-lg hover:bg-neutral-100/50 dark:hover:bg-neutral-800/50 transition-all duration-200"
>
Tools
</Link>
)}
</>
}
/>