Commit b771fe5 1 parent 5fab28a commit b771fe5 Copy full SHA for b771fe5
File tree 1 file changed +7
-9
lines changed
1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -167,14 +167,12 @@ const evanTestimonial = computed(() => {
167
167
</li >
168
168
</ul >
169
169
</ULandingSection >
170
- <UContainer >
171
- <ULandingSection :title =" page.faq.title" :description =" page.faq.description" :ui =" { container: 'max-w-5xl' }" >
172
- <ULandingFAQ :items =" page?.faq.items" multiple >
173
- <template #item =" { item } " >
174
- <MDC :value =" item.content" class =" prose prose-primary dark:prose-invert max-w-none text-gray-500 dark:text-gray-400" />
175
- </template >
176
- </ULandingFAQ >
177
- </ULandingSection >
178
- </UContainer >
170
+ <ULandingSection :title =" page.faq.title" :description =" page.faq.description" :ui =" { container: 'max-w-5xl' }" >
171
+ <ULandingFAQ :items =" page?.faq.items" multiple >
172
+ <template #item =" { item } " >
173
+ <MDC :value =" item.content" class =" prose prose-primary dark:prose-invert max-w-none text-gray-500 dark:text-gray-400" />
174
+ </template >
175
+ </ULandingFAQ >
176
+ </ULandingSection >
179
177
</div >
180
178
</template >
You can’t perform that action at this time.
0 commit comments