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 = [ +const siweMessageSigningExplanationStatements: string = `To complete the login process, you’ll now be ` + - `asked to sign a message using your wallet.`, - + `asked to sign a message using your wallet. ` + `This signature will attest that your Ethereum ` + - `identity is represented by your new Comm identity.`, -]; + `identity is represented by your new Comm identity.`; export { siweStatementWithoutPublicKey, diff --git a/web/account/siwe-login-form.react.js b/web/account/siwe-login-form.react.js --- a/web/account/siwe-login-form.react.js +++ b/web/account/siwe-login-form.react.js @@ -144,8 +144,7 @@

-

{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 {