Skip to content

Commit 27f7fa5

Browse files
committed
fix: add class to the StudentCardComponent
1 parent ee70bbd commit 27f7fa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/angular/1-projection/src/app/component/student-card/student-card.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { ListItemComponent } from '../../ui/list-item/list-item.component';
1616
@Component({
1717
selector: 'app-student-card',
1818
template: `
19-
<app-card [list]="students()" class="">
19+
<app-card [list]="students()" class="bg-light-green">
2020
<img ngSrc="assets/img/student.webp" width="200" height="200" />
2121
<ng-template #rowRef let-student>
2222
<app-list-item>

0 commit comments

Comments
 (0)