Skip to content

Commit

Permalink
Fix headings and tags to match better with base branch #977
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelMoeri committed Nov 8, 2024
1 parent d3107bf commit 93cb5c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 class="okr-form-label okr-form-col">Key Result</h4>
</div>

<div *ngIf="getActions().length > 0" class="okr-form-row okr-form-label-input-container">
<h4 class="okr-form-label okr-form-col">Action Plan:</h4>
<p class="okr-form-label okr-form-col">Action Plan:</p>
<div class="col">
<span *ngFor="let action of getActions(); let i = index" class="okr-form-row">
<mat-checkbox #checkbox (change)="changeIsChecked($event, i)" [checked]="action.isChecked" class="col-auto">
Expand Down

0 comments on commit 93cb5c0

Please sign in to comment.