diff --git a/geochart/README.md b/geochart/README.md index edd7644d..6e05d4e7 100644 --- a/geochart/README.md +++ b/geochart/README.md @@ -4,9 +4,7 @@ This demonstrates how you can feed data from the [GoodData](https://www.gooddata ## Backend -This app is designed to connect to domain https://developer.na.gooddata.com/, workspace `xms7ga4tf3g3nzucd8380o2bev8oeknp`. - -For access, you can register at https://gooddata-examples.herokuapp.com/. +This app is designed to connect to workspace `xms7ga4tf3g3nzucd8380o2bev8oeknp` on https://live-examples-proxy.herokuapp.com/ domain, and does not require authentication. ## Live demo diff --git a/geochart/src/components/Header/Header.js b/geochart/src/components/Header/Header.js index 0cbe60d0..e93cefe7 100644 --- a/geochart/src/components/Header/Header.js +++ b/geochart/src/components/Header/Header.js @@ -8,7 +8,7 @@ import { AuthStatus } from "../../contexts/Auth/state"; import Logo from "./Logo"; import Links from "./Links"; -import Aside from "./Aside"; +// import Aside from "./Aside"; import styles from "./Header.module.scss"; @@ -91,7 +91,7 @@ const Header = () => { )} -