Skip to content

Commit

Permalink
Few fix for the documentation and code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blari committed May 28, 2021
1 parent 586491c commit 9bebedc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Helper/Helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class Helper extends Component {
Documentation
</Button>
</div>
<div className="d-flex justify-content-between mt-lg">
<div className="d-flex justify-content-between mt-2">
<Button
href="https://flatlogic.com/forum"
target="_blank"
Expand Down
5 changes: 3 additions & 2 deletions src/documentation/pages/getting-started/QuickStart.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ const QuickStart = () => (
<ol>
<li>1. Mac OS X, Windows, or Linux</li>
<li>2. Yarn package + Node.js v6.5 or newer</li>
<li>3. Running our <a href="https://github.com/flatlogic/nodejs-backend" rel="noopener noreferrer" target="_blank">Node.js backend</a>
<span className="small text-muted"> (Required only in full stack version)</span></li>
<li>3. Running our <a href="https://github.com/flatlogic/nodejs-backend" rel="noopener noreferrer" target="_blank">Node.js</a> or
<a href="https://github.com/flatlogic/app-generator-java" rel="noopener noreferrer" target="_blank">Java</a> backend
<span className="small text-muted"> (Required only in full stack version)</span></li>
</ol>
<h5>Quick Start:</h5>
<ol>
Expand Down

0 comments on commit 9bebedc

Please sign in to comment.