Merge pull request #6163 from Sanjaybhattwebkul/companre-header-bold

Issue #6162 Fixed
This commit is contained in:
Jitendra Singh 2022-03-30 11:01:02 +05:30 committed by GitHub
commit f43a2b1538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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">