fix
This commit is contained in:
@@ -3,13 +3,15 @@ import type { CookieConsentConfig } from "vanilla-cookieconsent";
|
||||
export const config: CookieConsentConfig = {
|
||||
guiOptions: {
|
||||
consentModal: {
|
||||
layout: "box inline",
|
||||
layout: "box",
|
||||
position: "bottom left",
|
||||
equalWeightButtons: false,
|
||||
flipButtons: false,
|
||||
},
|
||||
preferencesModal: {
|
||||
layout: "box",
|
||||
position: "right",
|
||||
equalWeightButtons: true,
|
||||
equalWeightButtons: false,
|
||||
flipButtons: false,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user