From e1776c98fa740667d2f251934da8ed9b3f10c329 Mon Sep 17 00:00:00 2001 From: Daniel Constantin Date: Sun, 27 May 2018 14:29:12 +0200 Subject: [PATCH 1/2] Add subscribe button to welcome window --- app/windows/Welcome/Components/WelcomePage.jsx | 3 ++- app/windows/Welcome/renderer.jsx | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/windows/Welcome/Components/WelcomePage.jsx b/app/windows/Welcome/Components/WelcomePage.jsx index 70dd362..68d8153 100644 --- a/app/windows/Welcome/Components/WelcomePage.jsx +++ b/app/windows/Welcome/Components/WelcomePage.jsx @@ -14,7 +14,7 @@ const Centered = styled.div` text-align: center !important; ` -function WelcomePage ({ onNext }) { +function WelcomePage ({ onNext, onSubscribe }) { return ( @@ -24,6 +24,7 @@ function WelcomePage ({ onNext }) {

Welcome

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.

This wizard will help you with the initial requirements.

+