feat(App): remove Tools button from profile menu

This commit is contained in:
Jaime Idolpx 2026-06-09 03:55:25 -04:00
parent d0a7cc4882
commit 30b9bb2d49

View File

@ -251,16 +251,6 @@ function AppPage({ title, onBack }: { title: string; onBack: () => void }) {
<Settings className="w-4 h-4 text-[#4d4d4d]" />
Settings
</button>
<button
onClick={() => {
setShowProfileMenu(false);
setCurrentPage('tools');
}}
className="w-full px-4 py-2 text-left hover:bg-neutral-50 flex items-center gap-2"
>
<Wrench className="w-4 h-4 text-[#4d4d4d]" />
Tools
</button>
<button
onClick={() => setShowProfileMenu(false)}
className="w-full px-4 py-2 text-left hover:bg-neutral-50 flex items-center gap-2"