diff --git a/src/components/marketing/sections/cta-sections/logoShowcase.vue b/src/components/marketing/sections/cta-sections/logoShowcase.vue index 9eaf99b10..b0701874d 100644 --- a/src/components/marketing/sections/cta-sections/logoShowcase.vue +++ b/src/components/marketing/sections/cta-sections/logoShowcase.vue @@ -6,7 +6,18 @@

-
+
+ + + +
+ +
export default { - props: ["logos", "main"], + props: ["id", "logos", "main"], methods: { img(image) { if (!image) return ""; diff --git a/src/templates/MarkdownPage.vue b/src/templates/MarkdownPage.vue index 4e849e8d2..0c2fdff05 100644 --- a/src/templates/MarkdownPage.vue +++ b/src/templates/MarkdownPage.vue @@ -147,6 +147,7 @@