moved partners on top of in the news

This commit is contained in:
Vilnite
2021-04-02 11:41:48 +03:00
parent 95550dfeda
commit 6f8e4d0274
2 changed files with 6 additions and 6 deletions

View File

@@ -81,6 +81,11 @@
:header="$page.markdownPage.headerSolution"
/> -->
<logoShowcase
v-if="$page.markdownPage.logos.length > 0"
:logos="$page.markdownPage.logos"
/>
<InTheNews
v-if="$page.markdownPage.inTheNews"
:news="$page.markdownPage.inTheNews"
@@ -91,11 +96,6 @@
:signup="$page.markdownPage.signup"
/> -->
<logoShowcase
v-if="$page.markdownPage.logos.length > 0"
:logos="$page.markdownPage.logos"
/>
<g-image class="m-auto w-3/4"
v-if="$page.markdownPage.solution_image"
:src="$page.markdownPage.solution_image.src"