Skip to content

Commit

Permalink
Changed turbo tag for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Mar 27, 2024
1 parent 6464032 commit c10ad29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/packages/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link
</x-header>

<x-container>
<x-turbo-frame id="packages" refresh="morph">
<x-turbo::frame id="packages" refresh="morph">
<div class="row g-4 g-md-5 justify-content-center align-items-start position-relative mb-xl-5 mb-3">
<div class="col-md-4 col-xl-3 d-none d-md-block">
<span class="display-6 fw-bold text-body-emphasis mb-4 text-balance">Категории</span>
Expand Down Expand Up @@ -132,7 +132,7 @@ class="d-block lh-sm small fw-medium m-0 stretched-link link-body-emphasis text-

</div>
</div>
</x-turbo-frame>
</x-turbo::frame>
</x-container>

@endsection

0 comments on commit c10ad29

Please sign in to comment.