diff --git a/landing/siwe.react.js b/landing/siwe.react.js
--- a/landing/siwe.react.js
+++ b/landing/siwe.react.js
@@ -134,8 +134,7 @@
Wallet Connected:
{siweMessageSigningExplanationStatements[0]}
-{siweMessageSigningExplanationStatements[1]}
+{siweMessageSigningExplanationStatements}
By signing up, you agree to our{' '}
Terms of Use &{' '}
diff --git a/lib/utils/siwe-utils.js b/lib/utils/siwe-utils.js
--- a/lib/utils/siwe-utils.js
+++ b/lib/utils/siwe-utils.js
@@ -92,13 +92,11 @@
}
// These are shown in the `SIWE` components on both `landing` and `web`.
-const siweMessageSigningExplanationStatements: $ReadOnlyArray {siweMessageSigningExplanationStatements[0]} {siweMessageSigningExplanationStatements[1]} {siweMessageSigningExplanationStatements}
By signing up, you agree to our{' '}
Terms of Use &{' '}
diff --git a/web/account/siwe.css b/web/account/siwe.css
--- a/web/account/siwe.css
+++ b/web/account/siwe.css
@@ -8,9 +8,8 @@
div.siweLoginFormContainer p {
color: white;
font-family: sans-serif;
- text-align: center;
padding-bottom: 20px;
- font-size: 14px;
+ font-size: 15px;
}
div.siweLoginFormContainer h4 {