Skip to content

Commit

Permalink
chore(apply): update terms (#2121)
Browse files Browse the repository at this point in the history
* Update apply terms

* Missing tag

* Run prettier on file
  • Loading branch information
Shane Afsar committed Nov 7, 2023
1 parent ac215bb commit a3871f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions packages/website/src/components/ApplyForm.js
Expand Up @@ -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
Expand Down

0 comments on commit a3871f2

Please sign in to comment.