Skip to content

Commit

Permalink
update navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Apr 15, 2024
1 parent 7e558df commit d4a5aeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BASE_PATH=/ff
GEN3_COMMONS_NAME=brh
NEXT_PUBLIC_GEN3_API='https://brh.data-commons.org/'
NEXT_PUBLIC_GEN3_API='https://brh.data-commons.org'
3 changes: 1 addition & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
BASE_PATH=/ff
GEN3_COMMONS_NAME=brh
NEXT_PUBLIC_GEN3_API='https://brh.data-commons.org/'
#NEXT_PUBLIC_GEN3_DOMAIN=https://localhost/
NEXT_PUBLIC_GEN3_API='https://brh.data-commons.org'
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"getDRSToHostname": "node ./node_modules/@gen3/toolsff/dist/getDRSToHostname.esm.js --out=config/"
},
"dependencies": {
"@gen3/frontend": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-frontend-0.10.18.tgz",
"@gen3/frontend": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-frontend-0.10.19.tgz",
"@mantine/core": "^6.0.21",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
Expand All @@ -29,7 +29,7 @@
"react-responsive-carousel": "^3.2.23"
},
"devDependencies": {
"@gen3/toolsff": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-toolsff-0.10.18.tgz",
"@gen3/toolsff": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-toolsff-0.10.19.tgz",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
Expand All @@ -49,7 +49,7 @@
"typescript": "5.0.2"
},
"peerDependencies": {
"@gen3/core": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-core-0.10.18.tgz",
"@gen3/core": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-core-0.10.19.tgz",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit d4a5aeb

Please sign in to comment.