feat(sidebar): adicionar link para Relatório de Cartões
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -177,6 +177,11 @@ export function createSidebarNavData(pagadores: PagadorLike[]): SidebarNavData {
|
|||||||
url: "/relatorios/categorias",
|
url: "/relatorios/categorias",
|
||||||
icon: RiFileChartLine,
|
icon: RiFileChartLine,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Cartões",
|
||||||
|
url: "/relatorios/cartoes",
|
||||||
|
icon: RiBankCard2Line,
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user