From 6e2ac2575280d87c11cdb0032f0cc11596491ddd Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 1 May 2020 03:55:13 +0000 Subject: [PATCH] Fix margin issue with Home PayPal nag --- webclient/src/Home.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webclient/src/Home.js b/webclient/src/Home.js index 8ca3313..98bcce7 100644 --- a/webclient/src/Home.js +++ b/webclient/src/Home.js @@ -60,7 +60,7 @@ function MemberInfo(props) {

Visit the account settings page to set one.

} - {!lastTrans.length &&
+ {!lastTrans.length &&
PayPal

Create a ${user.member.monthly_fees} / month subscription, get your first three months for the price of two:

-
} + }
Details