From e41b8bfddb709242bb53022ca46ea4f62988bd02 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 28 Jan 2019 13:39:58 +0200 Subject: [PATCH] facebook button use Button component --- src/routes/Intro/Intro.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/routes/Intro/Intro.js b/src/routes/Intro/Intro.js index ea94e84d4..5f1b2a591 100644 --- a/src/routes/Intro/Intro.js +++ b/src/routes/Intro/Intro.js @@ -1,5 +1,6 @@ import React, { Component } from 'react'; import Icon from 'stremio-icons/dom'; +import { Button } from 'stremio-common'; import CheckboxLabel from './CheckboxLabel'; import styles from './styles'; @@ -204,10 +205,10 @@ class Intro extends Component {
-
+
+
We won't post anything on your behalf
{this.renderSelectedMenu()}
{this.state.selectedForm === FORMS.SIGN_UP ? 'LOG IN' : 'SING UP WITH EMAIL'}