diff --git a/app/components/atoms/ConsentBanner.vue b/app/components/atoms/ConsentBanner.vue index 676aa681..57dc2785 100644 --- a/app/components/atoms/ConsentBanner.vue +++ b/app/components/atoms/ConsentBanner.vue @@ -21,7 +21,7 @@ const showSettings = ref(false) role="dialog" :data-state="showPopup ? 'open' : 'closed'" data-test-banner - class="fixed border-4 border-muted bg-background shadow-lg z-50 md:w-md overflow-hidden rounded-2xl right-4 left-4 bottom-4 p-4 duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom" + class="fixed border-4 border-muted bg-background shadow-lg z-50 md:w-lg overflow-hidden rounded-2xl right-4 left-4 bottom-4 p-4 duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-bottom data-[state=open]:slide-in-from-bottom" >
- {{ $t(`components.ConsentBanner.${type}Text`) }} + {{ $t(`components.ConsentBanner.${name}Text`) }}