refresh icon fixed #58

Merged
ameye merged 1 commits from refresh-icon into master 2025-08-05 16:54:22 +00:00
2 changed files with 3 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

+3 -1
View File
@@ -97,7 +97,9 @@ export default function ProductActive({productData}){
<div className="card-header">
<div className="card-heading d-flex justify-content-between">
<h4 className="card-title">{externalUrl}</h4>
<button type="button" onClick={()=>iframe.current.src += ''} className="btn btn-primary">IC</button>
<button type="button" onClick={()=>iframe.current.src += ''} className="btn">
<img src={getImage('refresh.png')} style={{width: '30px', height: 'auto'}} alt='refresh page' />
</button>
</div>
</div>
<div className="card-body">