Skip to content

Commit

Permalink
Dusting 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
techenby committed Apr 25, 2024
1 parent 289519e commit e5fb680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tricks/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<x-container>
<div class="grid grid-cols-1 lg:grid-cols-4 gap-8">
@foreach($tricks as $trick)
@foreach ($tricks as $trick)
<x-trick :$trick />
@endforeach
</div>
Expand Down

0 comments on commit e5fb680

Please sign in to comment.