We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf5465e commit 5c13290Copy full SHA for 5c13290
App/containers/App.js
@@ -127,10 +127,10 @@ class App extends Component {
127
>
128
<ConsentBanner
129
settings={{ hidden: false, label: 'More', modal: { title: 'Cookie settings' } }}
130
- decline={{ show: true, label: 'Reject' }}
+ decline={{ hidden: true }}
131
approve={{ label: 'Accept' }}
132
133
- Can we use cookies and external services according to our <a href="/docs/cookie-policy.docx">cookie policy</a>?
+ obfuscator.io uses cookies according to the <a href="/docs/cookie-policy.docx">cookie policy</a>
134
</ConsentBanner>
135
</ConsentProvider>
136
</React.Fragment>
0 commit comments