Fix logo showcase
This commit is contained in:
@@ -34,12 +34,12 @@
|
||||
|
||||
|
||||
|
||||
<!-- <logoShowcase
|
||||
v-if="$page.markdownPage.logos.length > 0"
|
||||
<logoShowcase
|
||||
v-if="$page.markdownPage.logos"
|
||||
:id="$page.markdownPage.id"
|
||||
:logos="$page.markdownPage.logos"
|
||||
:main="$page.markdownPage.logosMain"
|
||||
/> -->
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
|
||||
@@ -277,6 +277,7 @@
|
||||
logosMain {
|
||||
id
|
||||
title
|
||||
image
|
||||
button
|
||||
link
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user