mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
fix
This commit is contained in:
parent
888d259313
commit
293ac8bf6a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export default function CookieConsent(): JSX.Element | null {
|
|||
type="button"
|
||||
className={clsx('clean-btn', styles.button)}
|
||||
onClick={() => {
|
||||
storage.set('true');
|
||||
storage.set('false');
|
||||
setDismissed(true);
|
||||
}}>
|
||||
Deny
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue