@@ -2,7 +2,6 @@ import React from 'react'
22import { reduxForm } from 'redux-form'
33import { FormattedMessage , FormattedHTMLMessage } from 'react-intl'
44import { compose , bindActionCreators } from 'redux'
5- import { prop } from 'ramda'
65import { connect } from 'react-redux'
76import styled from 'styled-components'
87import CopyToClipBoard from 'react-copy-to-clipboard'
@@ -19,10 +18,7 @@ import {
1918import { Form } from 'components/Form'
2019import { IdentityVerificationForm } from 'components/IdentityVerification'
2120
22- const {
23- CAMPAIGNS ,
24- ID_VERIFICATION_SUBMITTED_FORM
25- } = model . components . identityVerification
21+ const { ID_VERIFICATION_SUBMITTED_FORM } = model . components . identityVerification
2622
2723const SubmittedIdentityVerificationForm = styled ( IdentityVerificationForm ) `
2824 justify-content: center;
@@ -110,13 +106,10 @@ class Submitted extends React.PureComponent {
110106 const { campaign, identityVerificationActions, submitting } = this . props
111107 const { initialIsSunRiverTagged } = this . state
112108 const { isLinkCopied } = this . state
113- const link = 'https://www.blockchain.com/getcrypto/claim '
109+ const link = 'https://www.blockchain.com/getcrypto'
114110 const tweetLink =
115111 'https://twitter.com/intent/tweet?text=' +
116- `I just claimed free ${ prop ( 'coinName' , CAMPAIGNS [ campaign ] ) } ${ prop (
117- 'coinCode' ,
118- CAMPAIGNS [ campaign ]
119- ) } from @blockchain. Get Yours ${ link } `
112+ `I just enrolled in @blockchain's Airdrop Program so that I'm ready for their next %23crypto airdrop. Click below to learn more 👇 ${ link } `
120113 const facebookLink = `https://www.facebook.com/sharer/sharer.php?u=${ link } `
121114
122115 return (
0 commit comments