Skip to content

Commit

Permalink
Condense
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Aug 19, 2024
1 parent d07e7ef commit 6b5cf48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/cookies/useCookieConsent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ export default function useCookieConsent(): void {
run({
categories: { analytics: {}, necessary: {} },
cookie: { expiresAfterDays: 365, name: "cookie_consent" },
guiOptions: {
consentModal: { layout: "bar inline" },
},
guiOptions: { consentModal: { layout: "bar inline" } },
language: {
default: "i18n",
translations: {
Expand Down

0 comments on commit 6b5cf48

Please sign in to comment.