Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kptdobe committed Mar 22, 2024
1 parent 4a1d93b commit 255b164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/consent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ Where `name` is the name of the consent configuration document. This function is
Block needs to be loaded as quickly as possible and the logic to load the block or not highly depends on project needs. Here are the two elements you may want to patch in your project:

- in [scripts.js](../../scripts.js), you need to load the consent block in the lazy phase to load the consent banner
- in [header](../header/header.js), you can "patch" the Cookie Preferences link to open the consent dialog using the `setupConsentPreferenceLink` function from the block.
- in [footer](../header/footer.js), you can "patch" the Cookie Preferences link to open the consent dialog using the `setupConsentPreferenceLink` function from the block.

0 comments on commit 255b164

Please sign in to comment.