|
@@ -68,7 +68,7 @@ if ($point->lastChildReview && $point->lastChildReview->data && ($rel || $point-
|
|
|
<div>
|
|
|
<!--Custom
|
|
|
<i class="fa fa-arrow-right text-sm text-secondary"></i>-->
|
|
|
- <span class="font-weight-bold"><?= $item['label'] ?></span>
|
|
|
+ <span class="font-weight-normal"><?= $item['label'] ?></span>
|
|
|
<?php if($item['comments']): ?>
|
|
|
<span class="text-sm ml-1 text-secondary">(<?= $item['comments'] ?>)</span>
|
|
|
<?php endif; ?>
|