Skip to content

Commit

Permalink
docs: no container needed for landing section
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 23, 2024
1 parent 5fab28a commit b771fe5
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions docs/pages/pricing.vue
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,12 @@ const evanTestimonial = computed(() => {
</li>
</ul>
</ULandingSection>
<UContainer>
<ULandingSection :title="page.faq.title" :description="page.faq.description" :ui="{ container: 'max-w-5xl' }">
<ULandingFAQ :items="page?.faq.items" multiple>
<template #item="{ item }">
<MDC :value="item.content" class="prose prose-primary dark:prose-invert max-w-none text-gray-500 dark:text-gray-400" />
</template>
</ULandingFAQ>
</ULandingSection>
</UContainer>
<ULandingSection :title="page.faq.title" :description="page.faq.description" :ui="{ container: 'max-w-5xl' }">
<ULandingFAQ :items="page?.faq.items" multiple>
<template #item="{ item }">
<MDC :value="item.content" class="prose prose-primary dark:prose-invert max-w-none text-gray-500 dark:text-gray-400" />
</template>
</ULandingFAQ>
</ULandingSection>
</div>
</template>

0 comments on commit b771fe5

Please sign in to comment.