|
@@ -1,4 +1,4 @@
|
|
|
-<div class="mb-1 font-weight-bold text-secondary">Current Strength Training</div>
|
|
|
+<div class="mb-1 font-weight-bold text-secondary">Change Goal</div>
|
|
|
<?php if ($point->lastChildPlan): ?>
|
|
|
<?php $parsedPlan = json_decode($point->lastChildPlan->data); ?>
|
|
|
<div class="<?= $point->last_child_plan_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
|