Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
/ Orion Public archive

Fix typo: wel -> well #173

Merged
merged 2 commits into from
Aug 13, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/windows/Welcome/Components/WelcomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function WelcomePage ({ onNext }) {
<OrionLogo width='150px' height='150px' />
<h1>Siderus Orion</h1>
<h3>Welcome</h3>
<p>Siderus Orion is the easiest way to start using the decentralised web with IPFS and Siderus Network. It supports a larger number of dApps as wel as the IPFS Browser Companion, to speed up your connection when surfing the decentralised web.</p>
<p>Siderus Orion is the easiest way to start using the decentralised web with IPFS and Siderus Network. It supports a larger number of dApps as well as the IPFS Browser Companion, to speed up your connection when surfing the decentralised web.</p>
<p>This wizard will help you with the initial requirements.</p>
<Button text="Subscribe to Siderus Newsletter" ptStyle="positive" ptSize="large" onClick={handleSubscribe} />
</Centered>
Expand Down