rename footer column and fix readme
This commit is contained in:
parent
9dc0aa5e3b
commit
a86aeadc5c
|
@ -80,6 +80,6 @@ You can check that with `node -v` and `yarn -v` commands respectively.
|
||||||
|
|
||||||
- run `cd /home/user/skynet-webportal`
|
- run `cd /home/user/skynet-webportal`
|
||||||
- run `yarn` to build dependencies
|
- 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.
|
Client package will be outputted to `/build` and nginx configuration will pick it up automatically.
|
||||||
|
|
|
@ -86,7 +86,7 @@ export default function Footer() {
|
||||||
|
|
||||||
<div className="footer-column">
|
<div className="footer-column">
|
||||||
<Fade duration={700} distance="40px" bottom>
|
<Fade duration={700} distance="40px" bottom>
|
||||||
<h2>Sia</h2>
|
<h2>Links</h2>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
|
|
Reference in New Issue