|
@@ -4020,7 +4020,6 @@
|
|
|
<tr>
|
|
|
<th scope="col">#</th>
|
|
|
<th scope="col">Name</th>
|
|
|
- <th scope="col">Assets</th>
|
|
|
<th scope="col">Sales(7d)</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -4184,10 +4183,9 @@
|
|
|
|
|
|
for (var i = 0; i < limit; i++) {
|
|
|
mobile_temp += ' \
|
|
|
- <tr class="small"> \
|
|
|
+ <tr> \
|
|
|
<th scope="row">' + r[i].rank + '</th> \
|
|
|
<td><a href="' + r[i].website + '" target="_blank" style="text-decoration: none;color:black;"><img class="me-2 img-fluid" src="' + r[i].logo + '" alt="' + r[i].name + '">' + r[i].name + '</a></td> \
|
|
|
- <td>' + r[i].assets + '</td> \
|
|
|
<td>' + r[i].sales_7d + '</td> \
|
|
|
</tr>';
|
|
|
|