Rename visible RFM labels to RFV
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m26s

This commit is contained in:
Cauê Faleiros
2026-06-15 16:44:25 -03:00
parent 9a58b2a271
commit f811d3c0ab
3 changed files with 16 additions and 16 deletions

View File

@@ -82,7 +82,7 @@ const Layout = () => {
{ name: 'Dashboard', href: '/graph', icon: LayoutDashboard },
{ name: 'Produtos', href: '/products', icon: Package },
{ name: 'Clientes', href: '/clients', icon: Users },
{ name: 'RFM', href: '/rfm', icon: Grid3X3 },
{ name: 'RFV', href: '/rfm', icon: Grid3X3 },
{ name: 'Campanhas', href: '/campaigns', icon: Megaphone },
];