Skip to content

Commit 7cacfe4

Browse files
Added coset page
Signed-off-by: Amol Sontakke <[email protected]>
1 parent 670312e commit 7cacfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/shared/components/consent/consent.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="wrapper">
22
<div class="box">
3-
<div class="consent-title">Consent</div>
3+
<div class="consent-title">Consent </div>
44
<app-checkbox [checked]="hasTermAccepted" text="I hereby certify that I am not, and/or the organization I am representing is not"
55
(checkboxEmitter)="onClickTermAccepted($event)" fontSize="16px" topMargin="5px" bold="true" [required]="true">
66
</app-checkbox>

0 commit comments

Comments
 (0)