Skip to content

Commit

Permalink
More doc about consent
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jul 27, 2020
1 parent 414fffa commit 9968b12
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import React from 'react';
import { Alert } from 'reactstrap';
import BuiltInFeaturesSidebar from '../../../../components/doc/BuiltInFeaturesSidebar';
import DocPage from '../../../../components/doc/DocPage';
import I18nLink from '../../../../components/i18n/I18nLink';
import DefaultLayout from '../../../../components/pageLayouts/DefaultLayout';
import ExternalLink from '../../../../components/utils/ExternalLink';
import useUserConsent from '../../../../hooks/useUserConsent';
Expand Down Expand Up @@ -64,6 +65,11 @@ const ExampleCookiesConsentPage: NextPage<Props> = (props): JSX.Element => {
<DocPage>
<h1 className={'pcolor'}>Cookies consent examples, using <code>CookieConsent</code> OSS library</h1>

<Alert color={'warning'}>
The consent popup has been enabled only on this page and the <I18nLink href={'/terms'}>terms</I18nLink> page to avoid undesired popups popping everywhere.<br />
Note that the consent implementation makes you opt-in to analytics tracking by default unless you manually refuse it.
</Alert>

<Alert color={'info'}>
Make sure to check
<ExternalLink
Expand Down

1 comment on commit 9968b12

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.