diff --git a/setup-scripts/README.md b/setup-scripts/README.md index a59f3f12..cfe23dfa 100644 --- a/setup-scripts/README.md +++ b/setup-scripts/README.md @@ -80,6 +80,6 @@ You can check that with `node -v` and `yarn -v` commands respectively. - run `cd /home/user/skynet-webportal` - run `yarn` to build dependencies -- run `yarn build:client` to build the client package +- run `yarn build` to build the client package Client package will be outputted to `/build` and nginx configuration will pick it up automatically. diff --git a/src/components/Footer/Footer.js b/src/components/Footer/Footer.js index 0bafc621..00634aac 100644 --- a/src/components/Footer/Footer.js +++ b/src/components/Footer/Footer.js @@ -86,7 +86,7 @@ export default function Footer() {