diff --git a/nuxt/components/MqlContactPage.vue b/nuxt/components/MqlContactPage.vue index ac758a49d0..489abaefb7 100644 --- a/nuxt/components/MqlContactPage.vue +++ b/nuxt/components/MqlContactPage.vue @@ -9,7 +9,7 @@ withDefaults(defineProps<{ subtitleIcon?: string description: string highlights?: string[] - socialProofTitle?: string + socialProofTitle?: string | false otherChannels?: Array<{ title: string description: string @@ -77,10 +77,7 @@ withDefaults(defineProps<{
- {{ socialProofTitle }} -
-