Skip to content

Commit

Permalink
fix: set cookie consent modal position to bottom left so it's posible…
Browse files Browse the repository at this point in the history
… to change the language
  • Loading branch information
virus-rpi committed Dec 11, 2024
1 parent 143bd84 commit be6cdd9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/cookie-consent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ export const CookieConsent = () => {
de: deCookieConsentTranslations,
},
},
guiOptions: {
consentModal: {
position: 'bottom left',
},
},
}).then();
};

Expand Down

0 comments on commit be6cdd9

Please sign in to comment.