Rebuild site text change
This commit is contained in:
@@ -58,7 +58,7 @@ export default function ProductActive({productData}){
|
|||||||
<iframe ref={iframe} style={{borderWidth: '0px'}} src={externalUrl} width="100%" height="600" title={externalUrl}></iframe>
|
<iframe ref={iframe} style={{borderWidth: '0px'}} src={externalUrl} width="100%" height="600" title={externalUrl}></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div className="p-4 ml-auto">
|
<div className="p-4 ml-auto">
|
||||||
<button type="button" onClick={handleRefresh} className="btn btn-primary">{refresh.isPending ? 'Loading...' : 'Refresh Site'}
|
<button type="button" onClick={handleRefresh} className="btn btn-primary">{refresh.isPending ? 'Initiating...' : 'Rebuild Site'}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -73,8 +73,8 @@ const SiteTemplateSelector = memo(({name = 'Full Name', data, productData}) => {
|
|||||||
src={getImage('custom-template.png')}
|
src={getImage('custom-template.png')}
|
||||||
alt='mail-alert'/>
|
alt='mail-alert'/>
|
||||||
<h4 className='p-4 text-black'
|
<h4 className='p-4 text-black'
|
||||||
style={{marginTop: '20px'}}>This product is using a custom template named<span
|
style={{marginTop: '20px'}}>This product is using a custom template named <span
|
||||||
style={{color: 'darkred'}}></span> {custom_template_name}.</h4>
|
style={{color: 'darkred'}}>“{custom_template_name}”</span> .</h4>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user