Skip to content

Commit

Permalink
Merge pull request #4820 from wri/chore/hide-cookie-preferences-link
Browse files Browse the repository at this point in the history
Temporary hide cookie preferences link
  • Loading branch information
wri7tno authored Jul 5, 2024
2 parents be0b7b9 + b2c06de commit 0c9b302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export default class MyDocument extends Document {
</main>
{isOsanoEnabled && (
<a
style={{ display: 'none' }}
href=""
className="osano-cookie-preference-link"
title="Manage privacy and cookie preferences"
Expand Down

0 comments on commit 0c9b302

Please sign in to comment.