Skip to content

Commit

Permalink
Feat/set billing route from adminn nav
Browse files Browse the repository at this point in the history
Feat/set billing route from adminn nav
  • Loading branch information
Michaelndula authored Nov 16, 2024
2 parents c5d0b95 + 9c46c8c commit 61af2a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/esm-admin-nav-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ehospital/esm-admin-nav-app",
"version": "1.0.5",
"version": "1.0.6",
"description": "Admin micro-frontend to navigate to all admin apps",
"browser": "dist/ehospital-esm-admin-nav-app.js",
"main": "src/index.ts",
Expand Down Expand Up @@ -50,5 +50,5 @@
"devDependencies": {
"webpack": "^5.74.0"
},
"gitHead": "84de2ad51336d61002fbbcaa5b8147d9a8d724d6"
"gitHead": "5b06f57cad1162160864de6cdd205a40180f679e"
}
2 changes: 1 addition & 1 deletion packages/esm-admin-nav-app/src/navbar/nav-utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const moduleLinks = [
},
{
label: 'Billing ',
url: `${openmrsSpaBase}home/billing`,
url: `${openmrsSpaBase}billing`,
icon: <Receipt size={24} />,
},
{
Expand Down

0 comments on commit 61af2a1

Please sign in to comment.