Modify link

This commit is contained in:
CHIEFSOFT\ameye
2025-09-01 08:39:10 -04:00
parent be483c9451
commit 6294d7cafd
+3 -1
View File
@@ -46,7 +46,9 @@ export default function ProductActive({productData}){
<div className="card card-statistics">
<div className="card-header">
<div className="card-heading d-flex justify-content-between">
<h4 className="card-title">{externalUrl}</h4>
{/*<h4 className="card-title">{externalUrl}</h4>*/}
<h4 style={{color: '#148399', fontWeight: 'bolder'}}>
<a href={externalUrl} target='_blank'>{externalUrl}</a></h4>
<button type="button" onClick={()=>iframe.current.src += ''} className="btn">
<img src={getImage('refresh.png')} style={{width: '30px', height: 'auto'}} alt='refresh page' />
</button>