update label

This commit is contained in:
2025-12-12 13:18:11 -03:00
parent 319016a361
commit 3147ec2317
13 changed files with 71 additions and 31 deletions

View File

@@ -123,7 +123,7 @@ export function NavUser({
className="cursor-pointer"
>
<ShoppingCartIcon />
Histórico de compras
Histórico de pagamentos
</Link>
</DropdownMenuItem>
</DropdownMenuGroup>

View File

@@ -1,7 +1,7 @@
import {
BanIcon,
CircleCheckIcon,
CircleIcon,
CircleOffIcon,
CircleXIcon,
TimerIcon,
type LucideIcon
@@ -51,7 +51,7 @@ export const statuses: Record<
label: 'Reprovado'
},
CANCELED: {
icon: CircleOffIcon,
icon: BanIcon,
color: 'text-orange-400 [&_svg]:text-orange-500',
label: 'Cancelado'
}