fix URL page
This commit is contained in:
@@ -70,7 +70,7 @@ const URLConfiguration = ({productData}) => {
|
|||||||
{(props) => {
|
{(props) => {
|
||||||
return (
|
return (
|
||||||
<Form className='w-full'>
|
<Form className='w-full'>
|
||||||
<div className="card card-statistics" style={{backgroundColor: '#7affd92b'}}>
|
<div className="card card-statistics" style={{backgroundColor: '#b6e5ef'}}>
|
||||||
<div className="card-header">
|
<div className="card-header">
|
||||||
<div className="card-heading">
|
<div className="card-heading">
|
||||||
<h4 className="card-title" style={{textTransform: 'none'}}>Set your own URL</h4>
|
<h4 className="card-title" style={{textTransform: 'none'}}>Set your own URL</h4>
|
||||||
@@ -101,6 +101,13 @@ const URLConfiguration = ({productData}) => {
|
|||||||
<p className='text-success'>{'Completed successfully'}</p>
|
<p className='text-success'>{'Completed successfully'}</p>
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
|
<div style={{backgroundColor:'#94b8c0', borderRadius: '10px', padding: '10px'}}>
|
||||||
|
Final steps to configure your URL:<br />
|
||||||
|
DNS:<br />
|
||||||
|
DNS:<br />
|
||||||
|
DNS:<br />
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user