From 1119adc98fbc1b9061b69d6ece2d81cf1b7933e5 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Wed, 11 Apr 2018 03:58:34 +0700 Subject: [PATCH 1/2] add FAQ to Referral page --- src/renderer/component/inviteNew/view.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/renderer/component/inviteNew/view.jsx b/src/renderer/component/inviteNew/view.jsx index 6e174bb73..e3cafa568 100644 --- a/src/renderer/component/inviteNew/view.jsx +++ b/src/renderer/component/inviteNew/view.jsx @@ -3,6 +3,7 @@ import React from 'react'; import BusyIndicator from 'component/common/busy-indicator'; import CreditAmount from 'component/common/credit-amount'; +import Button from 'component/button'; import { Form, FormRow, FormField, Submit } from 'component/common/form'; class FormInviteNew extends React.PureComponent { @@ -69,6 +70,7 @@ class InviteNew extends React.PureComponent { return (
{__('Invite a Friend')}
+
{__("Or an enemy. Or your cousin Jerry, who you're kind of unsure about.")}
@@ -87,6 +89,11 @@ class InviteNew extends React.PureComponent { rewardAmount={rewardAmount} /> +

+ {__('Read our')}{' '} +

); } -- 2.45.3 From 62ae8c5db40996374100fb60958b05d18ce63d1c Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Wed, 11 Apr 2018 04:01:14 +0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8302afbc..260e44fd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Added * Add keyboard shortcut to quit the app on Windows ([#1202](https://github.com/lbryio/lbry-app/pull/1202)) * Build for both architectures (x86 and x64) for Windows ([#1262](https://github.com/lbryio/lbry-app/pull/1262)) - + * Add referral FAQ to Invites screen([#1314](https://github.com/lbryio/lbry-app/pull/1314)) ### Fixed * Black screen on macOS after maximizing LBRY and then closing ([#1235](https://github.com/lbryio/lbry-app/pull/1235)) -- 2.45.3