Skip to content

Commit

Permalink
fix: app name in apps screen
Browse files Browse the repository at this point in the history
  • Loading branch information
kalungia authored and Sajinsr committed Sep 27, 2024
1 parent 6c72de6 commit ca48c2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions healthcare/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
app_email = "[email protected]"
app_license = "GNU GPL V3"
required_apps = ["erpnext"]
app_logo_url = '/assets/healthcare/images/healthcare.svg'
app_home = "/app/healthcare"

add_to_apps_screen = [
{
"name": "Marley Health",
"name": "healthcare",
"logo": "/assets/healthcare/images/healthcare.svg",
"title": "Marley Health",
"route": "/app/healthcare",
Expand Down

0 comments on commit ca48c2a

Please sign in to comment.