optimize remote #3

This commit is contained in:
2022-11-10 17:58:49 +01:00
parent beecbdfb22
commit 0058055dd6
10 changed files with 95 additions and 59 deletions

View File

@@ -9,7 +9,7 @@ import {faTimes} from '@fortawesome/free-solid-svg-icons';
export class CardComponent {
@Input() public padding = true;
@Input() public heading: string | null = null;
@Input() public subheading: string | null = null;
@Input() public closeLink: string | null = null;
public faClose = faTimes;
@Input() public closeIcon = faTimes;
}