Skip to content

Commit

Permalink
Update course-edit-form.component.html
Browse files Browse the repository at this point in the history
Removed unnecessary padding
  • Loading branch information
abdullahsohailcs committed Feb 9, 2024
1 parent 1b4ed92 commit d74ac3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="card">
<div>
<div class="card-header bg-primary text-white" [ngClass]="{'add-mode': isInAddMode}">
<strong *ngIf="isInEditMode">Course</strong>
<strong *ngIf="isInAddMode">Create a new Course</strong>
Expand Down

0 comments on commit d74ac3c

Please sign in to comment.