update: wording

This commit is contained in:
ahmadzuhdi 2019-02-01 23:51:37 +07:00
parent 9b18340242
commit 97acead5f1
2 changed files with 7 additions and 7 deletions

View File

@ -82,18 +82,18 @@ export default class ConfirmationCompletedComponent extends React.Component{
Konfirmasi Berhasil Konfirmasi Berhasil
</Typography> </Typography>
<Typography variant="body1" gutterBottom> <Typography variant="body1" gutterBottom>
Terima Kasih, mohon cek email Anda untuk melihat hadiah. Dapatkan tambahan hadiah dan benefit lainnya dengan menjadi nasabah BTN, Silahkan klik disini Mohon cek email Anda untuk melihat hadiah. Dapatkan tambahan hadiah dan benefit lainnya dengan menjadi nasabah BTN.
{/*<Typography style={{color : '#000'}} variant={"h6"}>*/} {/*<Typography style={{color : '#000'}} variant={"h6"}>*/}
{/*Selamat Datang di BTN Shop*/} {/*Selamat Datang di BTN Shop*/}
{/*</Typography>*/} {/*</Typography>*/}
{/*<Typography style={{color : '#000'}} variant={"subtitle2"}>*/} {/*<Typography style={{color : '#000'}} variant={"subtitle2"}>*/}
{/*Dapatkan tambahan hadiah dan benefit lainnya dengan menjadi nasabah BTN, Silahkan klik disini*/} {/*Dapatkan tambahan hadiah dan benefit lainnya dengan menjadi nasabah BTN, Silahkan klik disini*/}
{/*</Typography>*/} {/*</Typography>*/}
<a href="https://open-account.btn.co.id/" target={"_blank"}> <a href="https://open-account.btn.co.id/form.html" target={"_blank"}>
<Button <Button
variant="contained" variant="contained"
style={{ backgroundColor: '#ffeb3b', marginTop: '8px' }}> style={{ backgroundColor: '#ffeb3b', marginTop: '15px' }}>
Jadi Nasabah BTN Jadi Nasabah BTN
</Button> </Button>

View File

@ -354,7 +354,7 @@ class RegisterPage extends React.Component {
flexDirection: 'row' flexDirection: 'row'
}}> }}>
<Grid container spacing={16}> <Grid container spacing={16}>
<Grid item xs={12} sm={12} md={6} style={{ paddingLeft: 5, paddingRight: 5 }}> <Grid item xs={12} sm={12} md={6} style={{ paddingLeft: 7, paddingRight: 5 }}>
<TextField <TextField
id="name" id="name"
label="Nama Lengkap" label="Nama Lengkap"
@ -366,7 +366,7 @@ class RegisterPage extends React.Component {
fullWidth fullWidth
/> />
</Grid> </Grid>
<Grid item xs={12} sm={12} md={6} style={{ paddingLeft: 5, paddingRight: 5 }}> <Grid item xs={12} sm={12} md={6} style={{ paddingLeft: 5, paddingRight: 7 }}>
<TextField <TextField
id="phone" id="phone"
label="Nomor Handphone" label="Nomor Handphone"
@ -381,7 +381,7 @@ class RegisterPage extends React.Component {
/> />
</Grid> </Grid>
<Grid item xs={12} sm={12} md={6} style={{ paddingLeft: 5, paddingRight: 5 }}> <Grid item xs={12} sm={12} md={6} style={{ paddingLeft: 7, paddingRight: 5 }}>
<TextField <TextField
id="email" id="email"
label="Email" label="Email"
@ -394,7 +394,7 @@ class RegisterPage extends React.Component {
helperText={this.state.errors.email_exists} helperText={this.state.errors.email_exists}
/> />
</Grid> </Grid>
<Grid item xs={12} sm={12} md={6} style={{ paddingLeft: 5, paddingRight: 5 }}> <Grid item xs={12} sm={12} md={6} style={{ paddingLeft: 5, paddingRight: 7 }}>
<TextField <TextField
id="ktp" id="ktp"
label="Nomor KTP" label="Nomor KTP"