diff --git a/client/src/config/sidebarMenu.js b/client/src/config/sidebarMenu.js index 725281380..91824508c 100644 --- a/client/src/config/sidebarMenu.js +++ b/client/src/config/sidebarMenu.js @@ -245,7 +245,7 @@ export default [ href: '/financial-reports/payable-aging-summary', }, { - text: , + text: , label: true, }, { diff --git a/client/src/lang/en/index.json b/client/src/lang/en/index.json index 6b2767ed4..01086f8fe 100644 --- a/client/src/lang/en/index.json +++ b/client/src/lang/en/index.json @@ -1176,5 +1176,6 @@ "New item category": "New item category", "New service": "New service", "New inventory item": "New inventory item", - "New purchase invoice": "New purchase invoice" + "New purchase invoice": "New purchase invoice", + "Sales/Purchases": "Sales/Purchases" } \ No newline at end of file diff --git a/client/src/style/App.scss b/client/src/style/App.scss index 187fd8ed9..3cac86572 100644 --- a/client/src/style/App.scss +++ b/client/src/style/App.scss @@ -204,7 +204,7 @@ html[lang^="ar"] { .sidebar-overlay { background: #fff; height: 100%; - width: 240px; + width: 225px; outline: 0; &__scroll-wrapper { @@ -249,7 +249,7 @@ html[lang^="ar"] { &__item { font-size: 15px; - color: #001944; + color: #00102b; a { color: inherit;