fix(web): corrige link Catálogo na sidebar — /produtos → /catalogo
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -43,7 +43,7 @@ export function Sidebar() {
|
|||||||
label: 'Clientes',
|
label: 'Clientes',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: '/produtos',
|
key: '/catalogo',
|
||||||
icon: <FontAwesomeIcon icon={faBoxesStacked} fixedWidth />,
|
icon: <FontAwesomeIcon icon={faBoxesStacked} fixedWidth />,
|
||||||
label: 'Catálogo',
|
label: 'Catálogo',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user