Skip to content

Commit

Permalink
configure BIH settings (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: craigrbarnes <[email protected]>
  • Loading branch information
craigrbarnes and craigrbarnes authored Mar 18, 2024
1 parent 9d84e9b commit 00b5a42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
GEN3_COMMONS_NAME=bih
NEXT_PUBLIC_GEN3_API=https://localhost:3000
NEXT_PUBLIC_GEN3_GUPPY_API=https://bih.data-commons.org/guppy
NEXT_PUBLIC_GEN3_API=https://localhost
#NEXT_PUBLIC_GEN3_GUPPY_API=https://bih.data-commons.org/guppy
5 changes: 4 additions & 1 deletion config/bih/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
"icon": "gen3:exploration",
"href": "/Explorer",
"name": "Exploration",
"tooltip": "The Exploration Page enables discovery of the data at the series level and features a cohort builder."
"tooltip": "The Exploration Page enables discovery of the data at the series level and features a cohort builder.",
"classNames": {
"root": "flex flex-col flex-nowrap px-1 py-2 pt-4 items-center hover:text-accent opacity-80 hover:opacity-100 pr-10"
}
}
]
},
Expand Down

0 comments on commit 00b5a42

Please sign in to comment.