Fix text
This commit is contained in:
@@ -332,7 +332,7 @@ export default function HomeSections(){
|
||||
<div className="card card-statistics h-100 mb-0">
|
||||
<div className="card-header d-flex align-items-center justify-content-between">
|
||||
<div className="card-heading">
|
||||
<h4 className="card-title">Top selling products</h4>
|
||||
<h4 className="card-title">My Product URLs</h4>
|
||||
</div>
|
||||
<div className="dropdown">
|
||||
{/*<a className="btn btn-xs" href="#!">Export <i className="zmdi zmdi-download pl-1"></i> </a>*/}
|
||||
@@ -343,25 +343,18 @@ export default function HomeSections(){
|
||||
<table id="datatable" className="table table-borderless table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
<th>Name</th>
|
||||
<th>Price</th>
|
||||
<th>In stock</th>
|
||||
<th>Status</th>
|
||||
<th>Action</th>
|
||||
<th style={{width: '30px'}}>#</th>
|
||||
<th>Description</th>
|
||||
|
||||
<th style={{width: '100px'}}>Status</th>
|
||||
<th style={{width: '40px'}}>Action</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Cold Shoulder Bling Dress</td>
|
||||
<td>$65.342</td>
|
||||
<td>
|
||||
<div className="progress my-3" style={{height: '3px'}}>
|
||||
<div className="progress-bar" role="progressbar" style={{width: '80%'}}
|
||||
aria-valuenow="80" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td><span className="badge badge-success-inverse">Active</span></td>
|
||||
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
|
||||
href=""><i className="fe fe-trash-2"></i></a></td>
|
||||
@@ -369,12 +362,7 @@ export default function HomeSections(){
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>PlayStation 4 Pro 1TB Console</td>
|
||||
<td>$47.655</td>
|
||||
<td>
|
||||
<div className="progress my-3" style={{height: '3px'}}>
|
||||
<div className="progress-bar" role="progressbar" style={{width: '36%'}} aria-valuenow="36" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td><span className="badge badge-success-inverse">Active</span></td>
|
||||
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
|
||||
href=""><i className="fe fe-trash-2"></i></a></td>
|
||||
@@ -382,12 +370,7 @@ export default function HomeSections(){
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Extra Fine Wool Jumpers</td>
|
||||
<td>$56.479</td>
|
||||
<td>
|
||||
<div className="progress my-3" style={{height: '3px'}}>
|
||||
<div className="progress-bar" role="progressbar" style={{width: '60%'}} aria-valuenow="60" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td><span className="badge badge-danger-inverse">Canceled</span></td>
|
||||
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
|
||||
href=""><i className="fe fe-trash-2"></i></a></td>
|
||||
@@ -395,13 +378,7 @@ export default function HomeSections(){
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Long Sleeve Bow Top</td>
|
||||
<td>$04.786</td>
|
||||
<td>
|
||||
<div className="progress my-3" style={{height: '3px'}}>
|
||||
<div className="progress-bar" role="progressbar" style={{width: '50%'}}
|
||||
aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td><span className="badge badge-success-inverse">Active</span></td>
|
||||
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
|
||||
href=""><i className="fe fe-trash-2"></i></a></td>
|
||||
@@ -409,13 +386,7 @@ export default function HomeSections(){
|
||||
<tr>
|
||||
<td>5</td>
|
||||
<td>Shine Stripe Long Sleeve Ruffle</td>
|
||||
<td>$23.456</td>
|
||||
<td>
|
||||
<div className="progress my-3" style={{height: '3px'}}>
|
||||
<div className="progress-bar" role="progressbar" style={{width: '75%'}}
|
||||
aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td><span className="badge badge-success-inverse">Active</span></td>
|
||||
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
|
||||
href=""><i className="fe fe-trash-2"></i></a></td>
|
||||
@@ -423,13 +394,7 @@ export default function HomeSections(){
|
||||
<tr>
|
||||
<td>6</td>
|
||||
<td>Long Sleeve Micro Thermal Shirt</td>
|
||||
<td>$65.598</td>
|
||||
<td>
|
||||
<div className="progress my-3" style={{height: '3px'}}>
|
||||
<div className="progress-bar" role="progressbar" style={{width: '90%'}}
|
||||
aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td><span className="badge badge-info-inverse">info</span></td>
|
||||
<td><a className="mr-3" href=""><i className="fe fe-edit"></i></a><a
|
||||
href=""><i className="fe fe-trash-2"></i></a></td>
|
||||
|
||||
Reference in New Issue
Block a user