Skip to content

Commit

Permalink
⚒️ Npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekkrol committed Jul 25, 2024
1 parent 9e5a4b3 commit 2a62d28
Show file tree
Hide file tree
Showing 3 changed files with 4,258 additions and 4,737 deletions.
2 changes: 0 additions & 2 deletions components/faq.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<section class="mt-20">
<div class="grid grid-cols-12 ">
<div class="col-span-12 lg:col-start-4 lg:col-span-6">

<div v-for="(item, index) in faqItems" :key="index">
<h5 class="block antialiased tracking-normal font-sans text-xl leading-snug text-inherit mt-6 mb-1 font-semibold !text-black">
{{ item.question }}
Expand All @@ -12,7 +11,6 @@
</div>
<hr class="my-6 border-blue-gray-50">
</div>

</div>
</div>
</section>
Expand Down
Loading

0 comments on commit 2a62d28

Please sign in to comment.