Adjust Design
This commit is contained in:
parent
ba84c86493
commit
470a70cb1f
|
@ -73,7 +73,7 @@ export default class ComponentName extends React.Component {
|
||||||
// description: 'Please check your email to continue'
|
// description: 'Please check your email to continue'
|
||||||
// });
|
// });
|
||||||
this.props.history.push({
|
this.props.history.push({
|
||||||
pathname:LINKS.REGISTER_COMPLETED
|
pathname:LINKS.VOUCHERS
|
||||||
});
|
});
|
||||||
this.setState({isLoading: false, isSuccess: true})
|
this.setState({isLoading: false, isSuccess: true})
|
||||||
// this
|
// this
|
||||||
|
|
|
@ -75,7 +75,7 @@ export default class RegisterCompletedComponent extends React.Component{
|
||||||
<Grid item xs={6}>
|
<Grid item xs={6}>
|
||||||
<img src={require('../../../../assets/images/login/register_image_2.png')} width={"80%"}/>
|
<img src={require('../../../../assets/images/login/register_image_2.png')} width={"80%"}/>
|
||||||
<Typography style={{color : '#FFF'}} variant={"h6"}>
|
<Typography style={{color : '#FFF'}} variant={"h6"}>
|
||||||
Selamat Datang di BTN Point
|
Selamat Datang di KB Bukopin
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography style={{color : '#FFF'}} variant={"subtitle2"}>
|
<Typography style={{color : '#FFF'}} variant={"subtitle2"}>
|
||||||
Daftar untuk mendapatkan berbagai macam manfaat dan keuntungan
|
Daftar untuk mendapatkan berbagai macam manfaat dan keuntungan
|
||||||
|
|
Loading…
Reference in New Issue
Block a user