Skip to content

Commit

Permalink
fix: enabled lazy loading in the welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Aug 7, 2024
1 parent fe82ab1 commit 57be610
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resources/views/livewire/welcome.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -348,10 +348,10 @@ class="border bg-gray-50 justify-center items-center text-center rounded-md text
</div>
</div>
</div>
<livewire:recent-molecules />
<livewire:compound-classes />
<livewire:data-sources />
<livewire:faqs />
<livewire:recent-molecules lazy />
<livewire:compound-classes lazy />
<livewire:data-sources lazy />
<livewire:faqs lazy/>

<div class="bg-gray-900 border-y">
<div
Expand Down

0 comments on commit 57be610

Please sign in to comment.