Skip to content

Commit

Permalink
Added coset page
Browse files Browse the repository at this point in the history
Signed-off-by: Amol Sontakke <amols@proximabiz.com>
  • Loading branch information
amolsontakke3576 committed Dec 16, 2024
1 parent 670312e commit 7cacfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/shared/components/consent/consent.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="wrapper">
<div class="box">
<div class="consent-title">Consent</div>
<div class="consent-title">Consent </div>
<app-checkbox [checked]="hasTermAccepted" text="I hereby certify that I am not, and/or the organization I am representing is not"
(checkboxEmitter)="onClickTermAccepted($event)" fontSize="16px" topMargin="5px" bold="true" [required]="true">
</app-checkbox>
Expand Down

0 comments on commit 7cacfe4

Please sign in to comment.