Skip to content

Commit

Permalink
add more info to the start page
Browse files Browse the repository at this point in the history
  • Loading branch information
tobowers committed Oct 15, 2019
1 parent ef8f1f9 commit 615d929
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,11 @@ const App: React.FC = () => {
</Navbar>
{simulation ? <SimulationDisplay simulation={simulation} logs={appLogs} /> :
<Content>
<p>This is a simulation of a simplified decentralized car sharing app, a technical overview is available.</p>
<p>This is a simulation of a simplified decentralized car sharing app.</p>
<p>You can read more about it here: <a href="https://www.tupelo.org/posts/decentracar">https://www.tupelo.org/posts/decentracar</a>.
Github repo is here: <a href="https://github.com/quorumcontrol/decentracar">https://github.com/quorumcontrol/decentracar</a></p>
<p><Button onClick={handleStart}>Click here to start</Button></p>
<p>This simulation only works on desktop browsers (and not safari).</p>
</Content>
}
</Container>
Expand Down

0 comments on commit 615d929

Please sign in to comment.