From 9c6805d92f1870391ae5676035c3275c9bc097d7 Mon Sep 17 00:00:00 2001
From: Daniel Sandu <daniel.sandu@thinslices.com>
Date: Mon, 15 Oct 2018 17:39:48 +0300
Subject: [PATCH] fix(submissionStatement): Update copy in the confirmation
 modal at the end of Submit Manuscript flow

---
 .../component-wizard/src/components/SubmissionStatement.js    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/component-wizard/src/components/SubmissionStatement.js b/packages/component-wizard/src/components/SubmissionStatement.js
index 7bd35c29c..4769604ce 100644
--- a/packages/component-wizard/src/components/SubmissionStatement.js
+++ b/packages/component-wizard/src/components/SubmissionStatement.js
@@ -3,14 +3,14 @@ import { ActionLink, Text, Row } from 'pubsweet-component-faraday-ui'
 
 const SubmissionStatement = () => (
   <Fragment>
-    <Row mb={1.5} mt={2}>
+    <Row mb={1} mt={2}>
       <Text>
         This manuscript is not currently submitted to or under consideration in
         any other journals.
       </Text>
     </Row>
 
-    <Row mb={1.5}>
+    <Row mb={1}>
       <Text>
         The manuscript complies with all relevant{' '}
         <ActionLink to="https://www.hindawi.com/ethics/">
-- 
GitLab