Merge pull request #6163 from Sanjaybhattwebkul/companre-header-bold
Issue #6162 Fixed
This commit is contained in:
commit
f43a2b1538
|
|
@ -45,7 +45,7 @@
|
|||
@foreach ($comparableAttributes as $attribute)
|
||||
<tr>
|
||||
<td class="header">
|
||||
<span class="fs16">{{ isset($attribute['name']) ? $attribute['name'] : $attribute['admin_name'] }}</span>
|
||||
<span class="fs16 font-weight-bold">{{ isset($attribute['name']) ? $attribute['name'] : $attribute['admin_name'] }}</span>
|
||||
</td>
|
||||
|
||||
<td :key="`title-${index}`" v-for="(product, index) in products">
|
||||
|
|
|
|||
Loading…
Reference in New Issue