Skip to content

Commit

Permalink
SSL changes, Footer changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dashrath-chauhan committed Aug 29, 2024
1 parent d358af1 commit c4e3103
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_DEPLOYMENT_ENV=Development
REACT_APP_TESTBED_API_BASE_URL=https://testbedalbbalancer-1779778421.us-east-2.elb.amazonaws.com:4500
REACT_APP_TESTBED_API_BASE_URL=http://testbed-api.staging.ga4gh.org/
REACT_APP_TESTBED_API_BASE_PORT=4500
REACT_APP_PORT=3000
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_DEPLOYMENT_ENV=Development
REACT_APP_TESTBED_API_BASE_URL=https://testbedalbbalancer-1779778421.us-east-2.elb.amazonaws.com
REACT_APP_TESTBED_API_BASE_URL=http://testbed-api.staging.ga4gh.org/
REACT_APP_TESTBED_API_BASE_PORT=4500
REACT_APP_PORT=3000
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: "3.9"
services:
ui:
image: ga4gh/ga4gh-testbed-ui:0.1.1
image: ga4gh/ga4gh-testbed-ui:0.2.0
hostname: dev-testbed.ga4gh.org
ports:
- "3000:3000"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ga4gh-testbed-ui",
"version": "0.1.1-connect-24",
"version": "0.2.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.5.0",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/common/navigation/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Footer = () => {
</Typography>
<Typography variant="body2" className={classes.link}>
<Link className={classes.link} color="inherit" href="https://www.ga4gh.org/about-us/ga4gh-inc/" target="_blank" rel="noopener noreferrer">
About Us
About GA4GH
</Link>{' '}
|{' '}
<Link className={classes.link} color="inherit" href="https://ga4gh.github.io/ga4gh-testbed-ui/support" target="_blank" rel="noopener noreferrer">
Expand Down

0 comments on commit c4e3103

Please sign in to comment.