forked from RiseUP/riseup-squad20
fix(configuracao): exclui botão de configuração que não levava para nenhum lugar
This commit is contained in:
parent
5047ab75dc
commit
4e0c246e05
@ -94,11 +94,9 @@ export function PagesHeader({ title = "", subtitle = "" }: { title?: string, sub
|
||||
}}
|
||||
className="w-full text-left px-4 py-2 text-sm hover:bg-accent cursor-pointer"
|
||||
>
|
||||
👤 Perfil
|
||||
</button>
|
||||
<button className="w-full text-left px-4 py-2 text-sm hover:bg-accent cursor-pointer">
|
||||
⚙️ Configurações
|
||||
Perfil
|
||||
</button>
|
||||
|
||||
<div className="border-t border-border my-1"></div>
|
||||
<button
|
||||
onClick={(e) => {
|
||||
@ -110,7 +108,7 @@ export function PagesHeader({ title = "", subtitle = "" }: { title?: string, sub
|
||||
}}
|
||||
className="w-full text-left px-4 py-2 text-sm text-destructive hover:bg-destructive/10 cursor-pointer"
|
||||
>
|
||||
🚪 Sair
|
||||
Sair
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user