chore(apply): update terms (#2121)
* Update apply terms * Missing tag * Run prettier on file
This commit is contained in:
parent
ac215bb035
commit
a3871f2b5c
1 changed files with 7 additions and 2 deletions
|
|
@ -230,14 +230,19 @@ function ApplyForm() {
|
|||
required={true}
|
||||
id="opensource"
|
||||
name="opensource"
|
||||
aria-label="Confirm I understand that this is a Free Service as described in Algolia's Terms of Service"
|
||||
aria-label="Confirm I understand that this is a Free Service as described in Algolia's Terms of Service and Algolia's Special Free Service Terms"
|
||||
type="checkbox"
|
||||
className="uil-mr-8"
|
||||
/>
|
||||
I understand that this is a Free Service as described in Algolia's{' '}
|
||||
<InlineLink href="https://www.algolia.com/policies/terms/">
|
||||
Terms of Service.
|
||||
Terms of Service
|
||||
</InlineLink>{' '}
|
||||
and Algolia's{' '}
|
||||
<InlineLink href="https://www.algolia.com/policies/free-services-terms/">
|
||||
Special Free Services Terms
|
||||
</InlineLink>
|
||||
.
|
||||
</LabelText>
|
||||
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in a new issue