This commit is contained in:
Iliyan Angelov
2025-11-21 01:20:51 +02:00
parent a38ab4fa82
commit 6f85b8cf17
242 changed files with 7154 additions and 14492 deletions

View File

@@ -9,7 +9,7 @@ const CookiePreferencesLink: React.FC = () => {
}
const handleClick = () => {
// Dispatch a custom event listened by the banner to reopen details.
window.dispatchEvent(new CustomEvent('open-cookie-preferences'));
};
@@ -26,4 +26,3 @@ const CookiePreferencesLink: React.FC = () => {
export default CookiePreferencesLink;