We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670312e commit 7cacfe4Copy full SHA for 7cacfe4
src/app/shared/components/consent/consent.component.html
@@ -1,6 +1,6 @@
1
<div class="wrapper">
2
<div class="box">
3
- <div class="consent-title">Consent</div>
+ <div class="consent-title">Consent </div>
4
<app-checkbox [checked]="hasTermAccepted" text="I hereby certify that I am not, and/or the organization I am representing is not"
5
(checkboxEmitter)="onClickTermAccepted($event)" fontSize="16px" topMargin="5px" bold="true" [required]="true">
6
</app-checkbox>
0 commit comments