feat(App): remove Tools button from profile menu
This commit is contained in:
parent
d0a7cc4882
commit
30b9bb2d49
|
|
@ -251,16 +251,6 @@ function AppPage({ title, onBack }: { title: string; onBack: () => void }) {
|
||||||
<Settings className="w-4 h-4 text-[#4d4d4d]" />
|
<Settings className="w-4 h-4 text-[#4d4d4d]" />
|
||||||
Settings
|
Settings
|
||||||
</button>
|
</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
|
<button
|
||||||
onClick={() => setShowProfileMenu(false)}
|
onClick={() => setShowProfileMenu(false)}
|
||||||
className="w-full px-4 py-2 text-left hover:bg-neutral-50 flex items-center gap-2"
|
className="w-full px-4 py-2 text-left hover:bg-neutral-50 flex items-center gap-2"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user